server config and generate vm image

This commit is contained in:
Kopatz
2024-11-19 19:10:33 +00:00
parent c10f105ddc
commit 7126291363
5 changed files with 230 additions and 18 deletions

View File

@@ -12,10 +12,9 @@
custom = {
tmpfs.enable = true;
#tmpfs.enable = true;
nftables.enable = true;
cli-tools.enable = true;
virt-manager.enable = true;
nix = {
index.enable = true;
ld.enable = true;
@@ -60,6 +59,8 @@
mainUser.layout = "de";
mainUser.variant = "us";
virtualisation.vmware.host.enable = true;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;