feat: test overlay and 'base' role
This commit is contained in:
parent
32e4b957aa
commit
96f1c6854b
@ -9,6 +9,8 @@
|
||||
"${modulesPath}/virtualisation/qemu-vm.nix"
|
||||
];
|
||||
|
||||
ataraxia.defaults.role = "base";
|
||||
|
||||
virtualisation.memorySize = 4096;
|
||||
virtualisation.cores = 4;
|
||||
virtualisation.resolution.x = 1920;
|
||||
@ -30,5 +32,10 @@
|
||||
boot.zfs.forceImportRoot = false;
|
||||
networking.hostId = "84977205";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# test overlay
|
||||
sing-box
|
||||
];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user