nixos-config/hosts/tower/default.nix

22 lines
316 B
Nix

{ ... }:
{
imports = [
./boot
./disko
./filesystems
./hardware
];
system = {
nixos.tags = [
"pc"
"gaming"
"production"
];
stateVersion = "24.05";
};
deployment.targetHost = "4e4:535:9d47:f367:becd:6557:458d:5b1b";
virtualisation.libvirtd.enable = true;
}