root seems to need a passwod maybe

This commit is contained in:
41666 2023-12-23 01:54:10 -05:00
parent 73ea7f3dae
commit 0c4fcd5519
2 changed files with 3 additions and 1 deletions

View file

@ -36,6 +36,7 @@
programs.git.enable = true;
users.defaultUserShell = pkgs.fish;
users.users.root.openssh.authorizedKeys.keys = import ./users/noe-keys.nix;
services.openssh.enable = lib.mkDefault true;

View file

@ -5,6 +5,7 @@
system.stateVersion = "24.05";
users.users.root.hashedPassword = "$y$j9T$kWYIRHrwP1uXV.l4vTJ67/$VGkvX09rzebYPWRI5vk0Z/IDo434bBaIqUutWp4l0L2"; # hmmmm
users.users.root.openssh.authorizedKeys.keys = import ../users/noe-keys.nix;
environment.systemPackages = with pkgs; [