13 lines
235 B
Nix
13 lines
235 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [ ../disko/zfs-impermanence.nix ];
|
||
|
|
||
|
custom = {
|
||
|
impermanence.enable = true;
|
||
|
vm.enable = true;
|
||
|
certStoreServer.enable = true;
|
||
|
};
|
||
|
networking.hostId = "ba4814a6";
|
||
|
system.stateVersion = "24.11";
|
||
|
}
|