mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -41,23 +41,4 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# users = {
|
||||
# groups = {
|
||||
# beets = { };
|
||||
# };
|
||||
# users = {
|
||||
# beets = {
|
||||
# isSystemUser = true;
|
||||
# #isNormalUser = true;
|
||||
# description = "beets service";
|
||||
# group = "beets";
|
||||
# homeMode = "0770";
|
||||
# home = "/var/lib/beets";
|
||||
# packages = [ ];
|
||||
# shell = pkgs.bashInteractive;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user