diff --git a/named-hosts/matic/default.nix b/named-hosts/matic/default.nix index 05998e22d..fa56e3a3d 100644 --- a/named-hosts/matic/default.nix +++ b/named-hosts/matic/default.nix @@ -62,12 +62,16 @@ inputs.nixpkgs.lib.nixosSystem { "networkmanager" "input" "video" + "docker" ]; home = "/home/${username}"; shell = pkgs.fish; initialPassword = "changemeow"; # Change this after first login with: passwd }; + # Docker + virtualisation.docker.enable = true; + security.sudo.wheelNeedsPassword = false; # Keyd configuration (Linux desktop only)