clouvider-fra01: add content user/group.
This commit is contained in:
parent
25956f7607
commit
5dbc575e95
1 changed files with 8 additions and 1 deletions
|
@ -117,9 +117,16 @@ in {
|
||||||
lukegb = {
|
lukegb = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" "content" ];
|
||||||
hashedPassword = secrets.passwordHashes.root;
|
hashedPassword = secrets.passwordHashes.root;
|
||||||
};
|
};
|
||||||
|
content = {
|
||||||
|
isSystemUser = true;
|
||||||
|
extraGroups = [ "content" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
users.groups = {
|
||||||
|
content = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernel.sysctl."net.ipv4.tcp_congestion_control" = "bbr";
|
boot.kernel.sysctl."net.ipv4.tcp_congestion_control" = "bbr";
|
||||||
|
|
Loading…
Reference in a new issue