fix xfs
This commit is contained in:
@@ -41,9 +41,10 @@
|
||||
|
||||
];
|
||||
|
||||
networking.hostId = "1ccccd3a";
|
||||
|
||||
#Load zfs pool
|
||||
boot.zfs.extraPools = [
|
||||
"Main"
|
||||
"lorien"
|
||||
];
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user