flake.nix: set default hostname for most nixos hosts

This commit is contained in:
h7x4
2026-01-22 15:49:09 +09:00
parent e2d553af19
commit 12477aeb34
13 changed files with 3 additions and 22 deletions

View File

@@ -24,8 +24,6 @@
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
sops.age.generateKey = true;
networking.hostName = "bekkalokk";
systemd.network.networks."30-enp2s0" = values.defaultNetworkConfig // {
matchConfig.Name = "enp2s0";
address = with values.hosts.bekkalokk; [ (ipv4 + "/25") (ipv6 + "/64") ];