Add danio to drift

This commit is contained in:
Daniel Lovbrotte Olsen 2022-04-02 01:52:13 +02:00
parent fe91e38a87
commit 9136cff4bf
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@
kitty.terminfo
];
users.groups."drift".name = "drift";
services.openssh.enable = true;
services.openssh.permitRootLogin = "yes";

View File

@ -3,7 +3,7 @@
{
users.users.danio = {
isNormalUser = true;
#extraGroups = [ "wheel" ]; # Enable sudo for the user.
extraGroups = [ "drift" ]; # Enable sudo for the user.
shell = pkgs.zsh;
};
}