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}" = {
|
"${username}" = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
extraGroups = ["networkmanager" "wheel" "video" "libvirtd" "input"];
|
extraGroups = ["networkmanager" "wheel" "video" "libvirtd" "input" "docker"];
|
||||||
hashedPasswordFile = secrets.get "userPassword";
|
hashedPasswordFile = secrets.get "userPassword";
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+7+KfdOrhcnHayxvOENUeMx8rE4XEIV/AxMHiaNUP8"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+7+KfdOrhcnHayxvOENUeMx8rE4XEIV/AxMHiaNUP8"
|
||||||
|
|
|
@ -24,4 +24,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.resolved.dnsovertls = lib.mkForce "false";
|
services.resolved.dnsovertls = lib.mkForce "false";
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue