hyprland: add notification daemon

This commit is contained in:
2025-03-16 11:40:22 +00:00
parent 70a8af6395
commit ee02393220
5 changed files with 75 additions and 3 deletions

View File

@ -21,8 +21,6 @@ in
config = mkIf cfg.enable {
virtualisation = {
docker.enable = false;
podman = {
enable = true;
defaultNetwork.settings.dns_enabled = true;
@ -40,7 +38,6 @@ in
runroot = "/run/containers/storage";
};
oci-containers.backend = "podman";
};
networking.firewall.interfaces."podman+" = {