from my phone so i cant see the changes lol
This commit is contained in:
@@ -1,6 +1,23 @@
|
||||
{self, ...}: {
|
||||
flake.nixosModules.containers = {config, ...}: let
|
||||
flake.nixosModules.containers = {
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
modules = with self.nixosModules; [
|
||||
containerArrStack
|
||||
containerBlog
|
||||
containerCopyparty
|
||||
containerCryptpad
|
||||
containerGitea
|
||||
containerGotify
|
||||
containerImmich
|
||||
containerJellyfin
|
||||
containerMail
|
||||
containerN8N
|
||||
containerKomga
|
||||
containerNginxHomeAssistant
|
||||
containerSilverbullet
|
||||
];
|
||||
in {
|
||||
imports = modules;
|
||||
@@ -11,6 +28,13 @@
|
||||
dockerCompat = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
podman-compose
|
||||
];
|
||||
|
||||
hardware.nvidia-container-toolkit = {
|
||||
enable = true;
|
||||
};
|
||||
# Enable container name DNS for all Podman networks.
|
||||
networking.firewall.interfaces = let
|
||||
matchAll =
|
||||
|
||||
Reference in New Issue
Block a user