15 lines
307 B
Nix
15 lines
307 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ../disko/zfs-impermanence.nix ];
|
|
|
|
custom = {
|
|
impermanence.enable = true;
|
|
vm.enable = true;
|
|
nvidia.enable = true;
|
|
desktop.enable = true;
|
|
i3.enable = true;
|
|
gamingServer.enable = true;
|
|
};
|
|
networking.hostId = "48434cbd";
|
|
system.stateVersion = "25.05";
|
|
}
|