summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-02-03 20:18:13 +0100
committerJasper Ras <jras@hostnet.nl>2025-02-03 20:18:13 +0100
commit0e825e43e580b5ed3f053de4ff6d942c8b1347bc (patch)
tree4f0721ebd227b3aaf3acacae78b89b2dc02edc82
parent354a2e25db30ae230e2ade0c65cda3717a005fb2 (diff)
added configuration for snorlax
-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
];
};
};