bees, ssh-agent?

This commit is contained in:
Tao Tien 2024-04-15 16:52:16 -07:00
parent d4231072f2
commit 9dc8876d99
2 changed files with 11 additions and 0 deletions

View file

@ -67,6 +67,8 @@
];
services.openssh.enable = true;
programs.ssh.startAgent = true;
services.printing.enable = lib.mkDefault true;
networking.networkmanager.enable = true;