diff options
Diffstat (limited to 'users/glittershark/system/system/machines/roswell.nix')
-rw-r--r-- | users/glittershark/system/system/machines/roswell.nix | 4 |
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 c0ed2264a0e0..4b0cdec95d18 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 ]; } |