This commit is contained in:
muon 2024-11-29 09:52:04 +00:00
parent dffc51471b
commit 32a36f5f80
3 changed files with 5 additions and 0 deletions

View file

@ -12,6 +12,7 @@
efi.canTouchEfiVariables = true;
grub = {
enable = true;
zfsSupport = true;
efiSupport = true;
device = "nodev";
gfxmodeEfi = config.mods.monitors.primary.config.mode;

View file

@ -19,5 +19,7 @@
host = "0.0.0.0";
# user = "${config.mods.user.name}";
};
users.users.immich.extraGroups = [ "video" "render" ];
};
}