root seems to need a passwod maybe
This commit is contained in:
parent
73ea7f3dae
commit
0c4fcd5519
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
];
|
||||
|
||||
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; [
|
||||
|
|
Loading…
Add table
Reference in a new issue