Skip to content

Commit

Permalink
wip: debug user/groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 4, 2024
1 parent 8495848 commit d5f21cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ let
pkgs.writeShellScript "impermanence-run-create-directories" ''
_status=0
trap "_status=1" ERR
cat /etc/passwd
cat /etc/group
${pkgs.findutils}/bin/find /persistent
${concatMapStrings mkDirWithPerms allDirs}
exit $_status
'';
Expand Down

0 comments on commit d5f21cf

Please sign in to comment.