mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Remove zfs from hephaestus
This commit is contained in:
@@ -56,7 +56,6 @@ in
|
||||
|
||||
supportedFilesystems = [
|
||||
"ntfs"
|
||||
"zfs"
|
||||
];
|
||||
|
||||
initrd = {
|
||||
@@ -158,10 +157,6 @@ in
|
||||
device = "192.168.1.178:/volume1/Backups";
|
||||
fsType = "nfs";
|
||||
};
|
||||
"/mnt/zfs/backups" = {
|
||||
device = "zpool/backups";
|
||||
fsType = "zfs";
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [ { device = "/dev/disk/by-uuid/5d6d0388-2b15-4ff1-9f0f-391818a76090"; } ];
|
||||
@@ -278,10 +273,6 @@ in
|
||||
desktopManager.gnome.enable = true;
|
||||
videoDrivers = [ "amdgpu" ];
|
||||
};
|
||||
zfs = {
|
||||
autoScrub.enable = true;
|
||||
autoSnapshot.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
|
Reference in New Issue
Block a user