From 0e825e43e580b5ed3f053de4ff6d942c8b1347bc Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 3 Feb 2025 20:18:13 +0100 Subject: added configuration for snorlax --- configuration/snorlax.nix | 4 ++++ flake.nix | 1 + 2 files changed, 5 insertions(+) create mode 100644 configuration/snorlax.nix 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 ]; }; }; -- cgit v1.2.3