kyra(hardening): fuse init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-03 15:43:42 +03:00
parent 434e973355
commit f89c5bf96e

7
kyra/programs/fuse.nix Normal file
View file

@ -0,0 +1,7 @@
_: {
programs = {
fuse = {
userAllowOther = true;
};
};
}