From 98b6cd8c736eee177801faba928311fa9e78975d Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Sat, 13 Dec 2025 13:11:26 +0000 Subject: [PATCH] Configure steam mount permissions --- hosts/physical/crow/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/physical/crow/default.nix b/hosts/physical/crow/default.nix index bb0d9ea..1dcc277 100644 --- a/hosts/physical/crow/default.nix +++ b/hosts/physical/crow/default.nix @@ -29,8 +29,13 @@ fsType = "ext4"; options = [ + "defaults" "users" "nofail" + "noatime" + "uid=1000" + "gid=100" + "mode=775" ]; }; }