aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/caladan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix
index ec450fe..513e1de 100644
--- a/hosts/caladan/default.nix
+++ b/hosts/caladan/default.nix
@@ -178,7 +178,7 @@
"ssh_config".path = "/root/.ssh/config";
"wpa_supplicant" = {
group = config.users.users.wpa_supplicant.group;
- owern = config.users.users.wpa_supplicant.name;
+ owner = config.users.users.wpa_supplicant.name;
};
};
};