summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration/snorlax.nix4
-rw-r--r--flake.nix1
2 files changed, 5 insertions, 0 deletions
diff --git a/configuration/snorlax.nix b/configuration/snorlax.nix
new file mode 100644
index 0000000..fd012d5
--- /dev/null
+++ b/configuration/snorlax.nix
@@ -0,0 +1,4 @@
+{ ... }:
+{
+ networking.hostName = "snorlax";
+}
diff --git a/flake.nix b/flake.nix
index 6621d96..713b3b9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -103,6 +103,7 @@
./roles/server.nix
./hardware/snorlax-disks.nix
+ ./configuration/snorlax.nix
];
};
};