nixos-config/hosts/intuos/default.nix

19 lines
247 B
Nix

{ ... }:
{
imports = [
./boot
./disko
./filesystems
./hardware
./network
./user
../../modules/system
];
networking.hostName = "intuos";
system = {
desktop.enable = true;
stateVersion = "24.11";
};
}