Enable defaults.tvb
This commit is contained in:
parent
a4089b030f
commit
504d1a4283
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue