prepare for nas
This commit is contained in:
@@ -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" ];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user