aboutsummaryrefslogtreecommitdiff
path: root/nix/remote-unlock.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-03-24 15:26:39 +0100
committerAlex Auvolat <alex@adnab.me>2023-03-24 15:26:39 +0100
commit96566ae523934f5a37b8d7c2a9ef928cd5c0d098 (patch)
tree2e6072f0af5ba0af90d6660630f2c0abee09eb56 /nix/remote-unlock.nix
parente2aea648cf2e6c8b11d53d6149f9e9d161da6d3e (diff)
downloadnixcfg-96566ae523934f5a37b8d7c2a9ef928cd5c0d098.tar.gz
nixcfg-96566ae523934f5a37b8d7c2a9ef928cd5c0d098.zip
refactor configuration syntax
Diffstat (limited to 'nix/remote-unlock.nix')
-rw-r--r--nix/remote-unlock.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/remote-unlock.nix b/nix/remote-unlock.nix
index fdc5285..3c3e4c8 100644
--- a/nix/remote-unlock.nix
+++ b/nix/remote-unlock.nix
@@ -28,7 +28,7 @@ in
boot.initrd.network.ssh = {
enable = true;
port = 222;
- authorizedKeys = concatLists (mapAttrsToList (name: user: user) config.deuxfleurs.admin_accounts);
+ authorizedKeys = concatLists (mapAttrsToList (name: user: user) config.deuxfleurs.adminAccounts);
hostKeys = [ "/var/lib/deuxfleurs/remote-unlock/ssh_host_ed25519_key" ];
};
boot.initrd.network.postCommands = ''