test
This commit is contained in:
parent
7699a17b2b
commit
69a8125db0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
# backups-rpi4 cron job to back up sysctl.io's Docker files
|
||||
users.users.root.openssh.authorizedKeys.keys = [ ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKp2wgqFcr0LGaUXbom88/zK2631pysePUWIaCMljT0K root@backups-rpi4'' ];
|
||||
services.openssh.settings.PermitRootLogin = lib.mkForce true;
|
||||
services.openssh.settings.PermitRootLogin = lib.mkDefault "prohibit-password";
|
||||
|
||||
# steam, etc
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Reference in a new issue