Update (networking) hostnames

This commit is contained in:
2025-11-16 16:03:36 +01:00
parent 59575b2ff9
commit bdd959f3df
3 changed files with 13 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
../../modules/gnome.nix
../../modules/bluetooth.nix
../../modules/keyboard
../../modules/networking.nix
(import ../../modules/networking.nix { hostName = "astyanax"; })
../../modules/users.nix
../../modules/audio.nix
../../modules/printing.nix
@@ -45,7 +45,10 @@
};
};
networking.hostId = "80eef97e";
networking = {
hostId = "80eef97e";
};
services.openssh = {
enable = true;
harden = true;