Merge branch 'main' of github.com:sajenim/dotfiles.nix

This commit is contained in:
♥ Minnie ♥ 2023-05-14 14:59:00 +08:00
commit 5fe6a629f3
2 changed files with 2 additions and 0 deletions

View file

@ -119,6 +119,7 @@
users.users.admin = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
openssh.authorizedKeys.keyFiles = [ ../fuchsia/id_ed25519_sk.pub ];
};
# List packages installed in system profile. To search, run:
@ -144,6 +145,7 @@
services.openssh = {
enable = true;
permitRootLogin = "no";
passwordAuthentication = false;
};
# Open ports in the firewall.