Skip to content

Commit 47e6c8a

Browse files
Update nixos-modules/host/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
1 parent d87c563 commit 47e6c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos-modules/host/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ in
3232
systemd.tmpfiles.settings."10-microvm"."${stateDir}".d = {
3333
user = user;
3434
group = group;
35-
mode = "0770";
35+
mode = "0775";
3636
};
3737

3838
environment.systemPackages = [

0 commit comments

Comments
 (0)