cfg/host/c2/default.nix
2025-03-22 12:28:50 +01:00

14 lines
253 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";
}