diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-03 20:18:13 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-03 20:18:13 +0100 |
commit | 0e825e43e580b5ed3f053de4ff6d942c8b1347bc (patch) | |
tree | 4f0721ebd227b3aaf3acacae78b89b2dc02edc82 /configuration | |
parent | 354a2e25db30ae230e2ade0c65cda3717a005fb2 (diff) |
added configuration for snorlax
Diffstat (limited to 'configuration')
-rw-r--r-- | configuration/snorlax.nix | 4 |
1 files changed, 4 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"; +} |