nixos-config/hosts/intuos/default.nix

18 lines
266 B
Nix

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