replaces rpi flake with a maintained one

This commit is contained in:
2026-05-20 16:01:36 +01:00
parent 1e8337e380
commit 212af403dc
6 changed files with 144 additions and 182 deletions
+3 -3
View File
@@ -3,14 +3,14 @@
__findFile,
modules,
...
}:
{
}: {
den.aspects.rpi5 = {
includes = [
<modules/raspberry-pi/5>
# <modules/services/traefik>
<modules/services/caddy>
<modules/services/home-assistant>
<modules/services/docker-registry>
<modules/services/ddns>
];
nixos = {
@@ -23,7 +23,7 @@
443
8080
];
allowedUDPPortRanges = [ ];
allowedUDPPortRanges = [];
};
virtualisation.docker.enable = true;