about summary refs log tree commit diff
path: root/hosts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix2
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; }