cfg/host/c2/default.nix
2025-03-01 18:19:19 +01:00

13 lines
254 B
Nix

{ mod, ... }: {
networking.hostName = "c2";
imports = with mod; [
collections.pc-common
./hardware-configuration.nix
];
boot.loader.efi.efiSysMountPoint = "/boot/efi";
# ====== DON'T CHANGE ======
system.stateVersion = "25.05";
}