Re enable zfs drive

This commit is contained in:
Johannes Jöns 2024-01-11 00:30:59 +01:00
parent 55223e5c38
commit 735c2ff633
2 changed files with 4 additions and 10 deletions

View file

@ -41,7 +41,6 @@
hardware.openrgb = {
enable = true;
motherboard = "intel";
package = pkgs.openrgb;
};
fwupd.enable = true;
xserver = {
@ -62,10 +61,6 @@
};
};
boot = {
kernelPackages = pkgs.linuxPackages_testing;
};
time.timeZone = "Europe/Berlin";
hardware = {
@ -92,7 +87,6 @@
discord
element-desktop
mumble
sshfs
# Theming
catppuccin-kvantum

View file

@ -54,10 +54,10 @@
"reconnect"
];
};
#"/media/zfs" = {
# device = "jopejoe1";
# fsType = "zfs";
# };
"/media/zfs" = {
device = "jopejoe1";
fsType = "zfs";
};
};
swapDevices = [ ];