1
1
Fork 0

Enable defaults.tvb

This commit is contained in:
Tim Van Baak 2023-08-02 17:19:54 +00:00
parent a4089b030f
commit 504d1a4283
1 changed files with 1 additions and 10 deletions

View File

@ -11,7 +11,6 @@ in {
beatific.hostName = "catacomb";
beatific.defaults = {
nebula = false;
tvb = false;
};
boot = {
@ -184,16 +183,8 @@ in {
};
users.users.tvb = {
isNormalUser = true;
uid = 1001;
password = "badpassword";
extraGroups = ["wheel" "nas"];
openssh.authorizedKeys.keyFiles = [
../../keys/tvb.palamas.pub
../../keys/tvb.stagirite.pub
../../keys/tvb.vagrant.pub
../../keys/tvb.empyrean.pub
];
extraGroups = [ "nas" ];
};
users.users.katydid = {