Revert "nixos: allow more things to be disabled"

This commit is contained in:
nikstur
2025-08-10 22:22:08 +02:00
committed by GitHub
parent ee2d8ebb65
commit d5ae87bdeb
10 changed files with 181 additions and 246 deletions

View File

@@ -461,7 +461,13 @@ in
# Add the mount helpers to the system path so that `mount' can find them.
system.fsPackages = [ pkgs.dosfstools ];
environment.systemPackages = config.system.fsPackages;
environment.systemPackages =
with pkgs;
[
fuse3
fuse
]
++ config.system.fsPackages;
environment.etc.fstab.text =
let