1
0
Fork 0
forked from Bun/nixos-config

Allowothers enabled on Nix systems

This commit is contained in:
Bun 2025-05-16 03:31:17 -04:00
parent 88933b9ce2
commit fca8a0e7e4
4 changed files with 25 additions and 3 deletions

View file

@ -15,4 +15,6 @@
btrfs.autoScrub.enable = true;
fstrim.enable = true;
};
programs.fuse.userAllowOther = true;
}