nixos: allow more things to be disabled (#429695)

This commit is contained in:
Arian van Putten
2025-08-10 19:49:52 +02:00
committed by GitHub
10 changed files with 247 additions and 182 deletions

View File

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