This commit is contained in:
Tao Tien 2025-06-18 00:31:22 -07:00
parent 51409b72dc
commit e8366cc6cc
9 changed files with 677 additions and 662 deletions

View file

@ -88,6 +88,7 @@
users.users.root.openssh.authorizedKeys.keys = [
];
programs.ssh.startAgent = true;
services.gnome.gcr-ssh-agent.enable = false;
services.printing.enable = lib.mkDefault true;
services.printing.drivers = with pkgs; lib.mkDefault [gutenprint gutenprintBin];