feat(mottarone): add docker
This commit is contained in:
parent
1e7125bf1a
commit
e909d1e5bc
2 changed files with 3 additions and 1 deletions
|
@ -197,7 +197,7 @@ in {
|
|||
"${username}" = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
extraGroups = ["networkmanager" "wheel" "video" "libvirtd" "input"];
|
||||
extraGroups = ["networkmanager" "wheel" "video" "libvirtd" "input" "docker"];
|
||||
hashedPasswordFile = secrets.get "userPassword";
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+7+KfdOrhcnHayxvOENUeMx8rE4XEIV/AxMHiaNUP8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue