summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2024-11-04 14:00:05 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2024-11-07 11:41:51 +1100
commit569153467be5f438e4f932a09bfba79adcecf856 (patch)
tree00f65e7cce2fd81a6eeac706645bce35ebe7fdc5 /modules/examples
parentdd48cbd7766baba246f0b2e2bd42baf67e0005d6 (diff)
ofborg: automatically add `ofborg` to `known{Users,Groups}`
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/ofborg.nix5
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;