1
1
Fork 0

backyard: add user katydid

This commit is contained in:
Tim Van Baak 2024-04-24 04:32:01 +00:00
parent 94271348b5
commit 66fb553ab7
1 changed files with 16 additions and 1 deletions

View File

@ -22,7 +22,6 @@
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
users.users.tvb.extraGroups = [ "networkmanager" ];
networking.firewall = { networking.firewall = {
enable = true; enable = true;
@ -41,6 +40,22 @@
}; };
}; };
users.users = {
tvb = {
extraGroups = [ "networkmanager" ];
};
katydid = {
uid = 1102;
isNormalUser = true;
group = "katydid";
initialPassword = "katydid";
};
};
users.groups = {
katydid.gid = 1102;
};
# This value governs how some stateful data, like databases, are handled # This value governs how some stateful data, like databases, are handled
# across different versions of NixOS. This should not be changed to a new # across different versions of NixOS. This should not be changed to a new
# release unless the sysadmin has determined that no services would be # release unless the sysadmin has determined that no services would be