feat: test overlay and 'base' role

This commit is contained in:
Dmitriy Kholkin 2025-03-02 14:37:42 +03:00
parent 32e4b957aa
commit 96f1c6854b
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -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";
}