sops ace + docker fix
This commit is contained in:
@@ -3,8 +3,18 @@
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
lazydocker
|
||||
docker-compose-language-service
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
# daemon.settings = {
|
||||
# vpnKitMaxPortIdleTime = 0;
|
||||
# };
|
||||
};
|
||||
users.users."${user}".extraGroups = [ "docker" ];
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
8384
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user