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