This commit is contained in:
2026-02-03 11:13:48 +01:00
parent 0c4354f120
commit 30af7733db
2 changed files with 2 additions and 3 deletions

View File

@@ -41,9 +41,10 @@
];
networking.hostId = "1ccccd3a";
#Load zfs pool
boot.zfs.extraPools = [
"Main"
"lorien"
];

View File

@@ -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