Skip to content

Commit

Permalink
wip: debug userDefaultPerms
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 4, 2024
1 parent 0bc0d03 commit af08f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ in
submodule (
{ name, config, ... }:
let
userDefaultPerms = {
userDefaultPerms = lib.traceValSeq {
inherit (defaultPerms) mode;
user = name;
group = users.${userDefaultPerms.user}.group;
Expand Down

0 comments on commit af08f1b

Please sign in to comment.