fix refs
This commit is contained in:
parent
4afe36edd2
commit
73ea7f3dae
2 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
default =
|
||||
[
|
||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHrjnDY3hlN3cOCMBpcoh4GWdnG5nc9ZeOXJ7MtJVL3I''
|
||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBs6/s+973H28jOrvN0zr1eayT+thrs61l1qV7uFhw8I''
|
||||
];
|
||||
}
|
||||
[
|
||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHrjnDY3hlN3cOCMBpcoh4GWdnG5nc9ZeOXJ7MtJVL3I''
|
||||
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBs6/s+973H28jOrvN0zr1eayT+thrs61l1qV7uFhw8I''
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue