nixos-config/hosts/detritus/default.nix
2025-05-13 04:12:46 +00:00

18 lines
235 B
Nix

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