fixes and cleaning

This commit is contained in:
2026-05-26 13:48:21 +01:00
parent b93c1ad6aa
commit ff1629ad1f
2 changed files with 0 additions and 11 deletions
-1
View File
@@ -7,7 +7,6 @@
den.aspects.rpi5 = {
includes = [
<modules/raspberry-pi/5>
modules.rpi-cache
# <modules/services/traefik>
<modules/services/caddy>
<modules/services/home-assistant>
-10
View File
@@ -1,10 +0,0 @@
{ inputs, ... }: {
modules.rpi-cache = {
nixos = {
nix.settings = {
substituters = inputs.nixos-raspberrypi.nixConfig."extra-substituters";
trusted-public-keys = inputs.nixos-raspberrypi.nixConfig."extra-trusted-public-keys";
};
};
};
}