fix: resolve Nix 'boot.zfs.forceImportRoot' default value warning
This commit is contained in:
@@ -23,6 +23,7 @@ in
|
||||
|
||||
config = {
|
||||
system.stateVersion = lib.mkDefault "25.05";
|
||||
boot.zfs.forceImportRoot = lib.mkDefault false;
|
||||
|
||||
nix = {
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; # https://github.com/nix-community/nixd/blob/main/nixd/docs/configuration.md
|
||||
|
||||
Reference in New Issue
Block a user