clouvider-fra01: add content user/group.

This commit is contained in:
Luke Granger-Brown 2020-05-06 10:14:04 +01:00
parent 25956f7607
commit 5dbc575e95

View file

@ -117,9 +117,16 @@ in {
lukegb = {
isNormalUser = true;
uid = 1000;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "content" ];
hashedPassword = secrets.passwordHashes.root;
};
content = {
isSystemUser = true;
extraGroups = [ "content" ];
};
};
users.groups = {
content = {};
};
boot.kernel.sysctl."net.ipv4.tcp_congestion_control" = "bbr";