1
1
Fork 0

Enable defaults.tvb

This commit is contained in:
Jaculabilis 2023-08-02 17:59:22 +00:00
parent 071cb4774d
commit 43c19146a9
1 changed files with 0 additions and 14 deletions

View File

@ -18,7 +18,6 @@
beatific.hostName = "empyrean"; beatific.hostName = "empyrean";
beatific.defaults = { beatific.defaults = {
nebula = false; nebula = false;
tvb = false;
}; };
# Use the GRUB 2 boot loader. # Use the GRUB 2 boot loader.
@ -140,19 +139,6 @@
]; ];
}; };
users.users.tvb = {
isNormalUser = true;
group = "tvb";
extraGroups = [ "wheel" ]; # Enable sudo for the user.
openssh.authorizedKeys.keyFiles = [
../../keys/tvb.palamas.pub
../../keys/tvb.stagirite.pub
../../keys/tvb.catacomb.pub
../../keys/tvb.unfolder.pub
];
};
users.groups.tvb = {};
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave