Skip to content

Commit

Permalink
modules.userborn: remove unneeded assert
Browse files Browse the repository at this point in the history
  • Loading branch information
nikstur committed Aug 5, 2024
1 parent ecb1bda commit 3855832
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nix/modules/userborn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ in
assertion = config.system.activationScripts.users == "";
message = "system.activationScripts.users has to be empty to use userborn";
}
{
assertion = config.system.etc.overlay.enable;
message = "services.userborn.enable requires config.system.etc.overlay.enable";
}
];

system.activationScripts.users = lib.mkForce "";
Expand Down

0 comments on commit 3855832

Please sign in to comment.