mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 18:06:33 +01:00
remove zfs support
This commit is contained in:
parent
54cb047456
commit
b032ab2f60
1 changed files with 1 additions and 4 deletions
|
@ -39,8 +39,6 @@
|
|||
];
|
||||
|
||||
programs = {
|
||||
droidcam.enable = true;
|
||||
dconf.enable = true;
|
||||
xwayland.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
};
|
||||
|
@ -51,8 +49,7 @@
|
|||
services.xserver = { layout = "us"; };
|
||||
|
||||
boot = {
|
||||
supportedFilesystems = [ "ntfs" "btrfs" "zfs" ];
|
||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
supportedFilesystems = [ "ntfs" "btrfs" ];
|
||||
loader = {
|
||||
grub.enable = false;
|
||||
generic-extlinux-compatible.enable = true;
|
||||
|
|
Loading…
Reference in a new issue