diff --git a/hosts/galadriel/configuration.nix b/hosts/galadriel/configuration.nix index cff5ac0..0a6f11f 100644 --- a/hosts/galadriel/configuration.nix +++ b/hosts/galadriel/configuration.nix @@ -41,9 +41,10 @@ ]; + networking.hostId = "1ccccd3a"; + #Load zfs pool boot.zfs.extraPools = [ - "Main" "lorien" ]; diff --git a/modules/zfs.nix b/modules/zfs.nix index 89c3a81..cede860 100644 --- a/modules/zfs.nix +++ b/modules/zfs.nix @@ -7,7 +7,6 @@ { boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; - networking.hostId = "1ccccd3a"; services.zfs.trim.enable = true; services.zfs.autoScrub.enable = true; services.zfs.autoSnapshot.enable = true; @@ -15,7 +14,6 @@ environment.systemPackages = with pkgs; [ zfs - zfsnap zfstools zfsbackup lz4