Skip to content

Commit

Permalink
modules/darwin/community-builder/users: re-enable forceRecreate
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Nov 25, 2023
1 parent 7deb90d commit 42fb151
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/darwin/community-builder/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ in

users.knownUsers = builtins.map (u: u.name) users;

# breaks cachix deploy
#users.forceRecreate = true;
users.forceRecreate = true;

environment.etc = builtins.listToAttrs (builtins.map
(u: {
Expand Down

0 comments on commit 42fb151

Please sign in to comment.