mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:26:34 +01:00
Re enable zfs drive
This commit is contained in:
parent
55223e5c38
commit
735c2ff633
2 changed files with 4 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -54,10 +54,10 @@
|
|||
"reconnect"
|
||||
];
|
||||
};
|
||||
#"/media/zfs" = {
|
||||
# device = "jopejoe1";
|
||||
# fsType = "zfs";
|
||||
# };
|
||||
"/media/zfs" = {
|
||||
device = "jopejoe1";
|
||||
fsType = "zfs";
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
|
Loading…
Reference in a new issue