diff options
-rw-r--r-- | configuration/snorlax.nix | 4 | ||||
-rw-r--r-- | flake.nix | 1 |
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"; +} @@ -103,6 +103,7 @@ ./roles/server.nix ./hardware/snorlax-disks.nix + ./configuration/snorlax.nix ]; }; }; |