nixos-config/hosts/intuos/default.nix

18 lines
241 B
Nix

{ ... }:
{
imports = [
./boot
./disko
./hardware
];
system = {
nixos.tags = [
"pc"
"production"
];
stateVersion = "24.11";
};
deployment.targetHost = "40e:404:a427:da33:163e:97b3:a2a3:9ed4";
}