diff --git a/machine/catacomb/default.nix b/machine/catacomb/default.nix index 630775b..59a2f83 100644 --- a/machine/catacomb/default.nix +++ b/machine/catacomb/default.nix @@ -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 = {