about summary refs log tree commit diff
path: root/users/glittershark/system/system/machines/roswell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/system/system/machines/roswell.nix')
-rw-r--r--users/glittershark/system/system/machines/roswell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/glittershark/system/system/machines/roswell.nix b/users/glittershark/system/system/machines/roswell.nix
index c0ed2264a0..4b0cdec95d 100644
--- a/users/glittershark/system/system/machines/roswell.nix
+++ b/users/glittershark/system/system/machines/roswell.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs, modulesPath, ... }:
+{ depot, config, lib, pkgs, modulesPath, ... }:
 
 {
   imports = [
@@ -12,6 +12,6 @@
   networking.hostName = "roswell";
 
   users.users.grfn.openssh.authorizedKeys.keys = [
-    config.depot.users.glittershark.keys.main
+    depot.users.glittershark.keys.main
   ];
 }