nixos-config/hosts/intuos/default.nix
2025-06-06 14:54:14 -04:00

16 lines
223 B
Nix

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