flake said so

This commit is contained in:
Daylin Morgan 2023-07-09 11:41:12 -05:00
parent 15a114e767
commit b1b74fd406
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -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;