summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-06 20:22:46 +0100
committerandromeda <andromeda@lenovo>2026-01-06 20:22:46 +0100
commit5424bfc4931442479d54e73bf84a88b0d1c984b6 (patch)
treed1dd91e447b834b0958939b8789be3baabc4ef92
parent14120041740dd832848123f8836a72bda01bdf71 (diff)
fix stupid mistake
-rw-r--r--machines.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines.nix b/machines.nix
index d089291..d79d693 100644
--- a/machines.nix
+++ b/machines.nix
@@ -1,4 +1,4 @@
-{config, ...}: {
+{
lenovo = {
hostname = "lenovo";
system = "x86_64-linux";
@@ -30,7 +30,7 @@
# andromeda@lenovo is the only user allowed access
./modules/nixos/networking/hard-ssh.nix
./modules/nixos/networking/ssh-as-root.nix
- {users.users.root.openssh.authorizedKeys.keys = [config.pub-keys.ssh.andromeda];}
+ ({config, ...}: {users.users.root.openssh.authorizedKeys.keys = [config.pub-keys.ssh.andromeda];})
# boilerplate settings
./modules/nixos/common.nix