too lazy to think of a message, so enjoy this pointless text. Good luck future me...
Some checks failed
Test action / Print hello world (push) Has been cancelled
Some checks failed
Test action / Print hello world (push) Has been cancelled
This commit is contained in:
parent
ff31c28d38
commit
5fba71dae4
1 changed files with 7 additions and 7 deletions
|
|
@ -123,15 +123,15 @@ in
|
||||||
mode = "0700";
|
mode = "0700";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
users = mkIf (cfg.user == "amarth") {
|
users = mkIf (cfg.user == "amarth") {
|
||||||
amarth = { inherit (cfg) group; isSystemUser = true; };
|
amarth = { inherit (cfg) group; isSystemUser = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
groups = mkIf (cfg.group == "amarth") {
|
groups = mkIf (cfg.group == "amarth") {
|
||||||
amarth = {};
|
amarth = {};
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue