diff options
| author | Fuwn <[email protected]> | 2024-10-28 13:14:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-28 13:14:16 -0700 |
| commit | fefdec5757fecd24fcf4623bf1a5038e94ba3d81 (patch) | |
| tree | 30840bbe7a722121f54771fe86b68c12b215820c /hosts | |
| parent | kioku: move primary modules to modules (diff) | |
| download | nixos-config-fefdec5757fecd24fcf4623bf1a5038e94ba3d81.tar.xz nixos-config-fefdec5757fecd24fcf4623bf1a5038e94ba3d81.zip | |
kioku: fix permissions compatibility
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/kioku/hardware-configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/kioku/hardware-configuration.nix b/hosts/kioku/hardware-configuration.nix index 264810f..8557493 100644 --- a/hosts/kioku/hardware-configuration.nix +++ b/hosts/kioku/hardware-configuration.nix @@ -27,6 +27,8 @@ "rw" "umask=000" "users" + "dmask=000" + "fmask=000" ]; }; |