nixos-config/hosts/detritus/default.nix

17 lines
204 B
Nix

{ ... }:
{
imports = [
./boot
./disko
./filesystems
./hardware
./user
];
system = {
nixos.tags = [ "pc" ];
stateVersion = "25.05";
};
deployment.targetHost = "";
}