reNixos/kyra/programs/fuse.nix
s0me1newithhand7s f89c5bf96e kyra(hardening): fuse init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 16:06:55 +03:00

7 lines
76 B
Nix

_: {
programs = {
fuse = {
userAllowOther = true;
};
};
}