avahi and just use docker on Parzival

This commit is contained in:
TheWanderingCrow 2025-09-02 09:22:02 -04:00
parent a918eff7be
commit a14261ebb7
3 changed files with 12 additions and 19 deletions

View file

@ -37,6 +37,7 @@
"hosts/common/optional/gaming.nix"
"hosts/common/optional/vbox.nix"
"hosts/common/optional/printing.nix"
"hosts/common/optional/docker.nix"
"modules/services/ollama"
])
];
@ -48,25 +49,6 @@
persistFolder = "/persist";
};
specialisation = {
podman = {
inheritParentConfig = true;
configuration = let
podman = lib.custom.relativeToRoot "hosts/common/optional/podman.nix";
in {
imports = [podman];
};
};
docker = {
inheritParentConfig = true;
configuration = let
docker = lib.custom.relativeToRoot "hosts/common/optional/docker.nix";
in {
imports = [docker];
};
};
};
networking = {
networkmanager.enable = true;
enableIPv6 = false;