prepare for nas

This commit is contained in:
2026-03-12 23:42:32 +01:00
parent 76239f5fea
commit 2d06332891
3 changed files with 29 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
# Use the systemd-boot EFI boot loader.
# changed to grub following the (ZFS tutorial)[https://nixos.wiki/wiki/ZFS]
boot.loader.grub = {
boot.loader.grub = lib.mkDefault {
enable = true;
zfsSupport = true;
efiSupport = true;
@@ -132,5 +132,6 @@
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "24.11"; # Did you read the comment?
nix.settings.trusted-users = [ "shatteredmint" ];
}