Merge branch 'main' of github.com:sajenim/dotfiles.nix
This commit is contained in:
commit
5fe6a629f3
Binary file not shown.
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue