From 30af7733dbaca5fbbed6ffa54f3a57bd23e66f81 Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Tue, 3 Feb 2026 11:13:48 +0100 Subject: [PATCH] fix xfs --- hosts/galadriel/configuration.nix | 3 ++- modules/zfs.nix | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) 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