This commit is contained in:
41666 2023-12-23 01:43:39 -05:00
parent 4afe36edd2
commit 73ea7f3dae
2 changed files with 5 additions and 8 deletions

View file

@ -5,7 +5,7 @@
system.stateVersion = "24.05";
users.users.root.openssh.authorizedKeys.keys = import ../users/noe-keys;
users.users.root.openssh.authorizedKeys.keys = import ../users/noe-keys.nix;
environment.systemPackages = with pkgs; [
bashInteractive