diff options
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/ofborg.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/examples/ofborg.nix b/modules/examples/ofborg.nix index 6cef6e7..ed928b7 100644 --- a/modules/examples/ofborg.nix +++ b/modules/examples/ofborg.nix @@ -18,11 +18,6 @@ with lib; nix.gc.automatic = true; nix.gc.options = "--max-freed $((25 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | awk '{ print $4 }')))"; - # Manage user for ofborg, this enables creating/deleting users - # depending on what modules are enabled. - users.knownGroups = [ "ofborg" ]; - users.knownUsers = [ "ofborg" ]; - # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog system.stateVersion = 5; |
