diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 16e8d03..e1ab080 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -1,7 +1,7 @@ { user, lib, nixpkgs, nur, inputs, home-manager, ... }: let secrets = import ../secrets; - + hosts = [ { hostname = "phobos"; system = "x86_64-linux"; location = secrets.main_location; } { hostname = "luna"; system = "x86_64-linux"; location = secrets.main_location; } |