mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
flake said so
This commit is contained in:
parent
15a114e767
commit
b1b74fd406
1 changed files with 1 additions and 2 deletions
|
@ -101,7 +101,6 @@
|
|||
|
||||
# Use the GRUB 2 boot loader.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only
|
||||
|
||||
programs.gnupg.agent = {
|
||||
|
@ -117,7 +116,7 @@
|
|||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
services.openssh.passwordAuthentication = false;
|
||||
services.openssh.settings.passwordAuthentication = false;
|
||||
|
||||
users.mutableUsers = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue