mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Remove redundant actual user declaration
This commit is contained in:
parent
f160a9be33
commit
6f60279637
1 changed files with 0 additions and 8 deletions
|
|
@ -18,14 +18,6 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
meta.ports.list = [ cfg.port ];
|
meta.ports.list = [ cfg.port ];
|
||||||
|
|
||||||
users = {
|
|
||||||
groups.actual = { };
|
|
||||||
users.actual = {
|
|
||||||
isSystemUser = true;
|
|
||||||
group = config.users.groups.actual.name;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.actual = {
|
services.actual = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue