Add changedetection to kubernetes.nix

This commit is contained in:
Gabriel Simmer 2024-03-22 21:42:58 +00:00
parent 55b04c7421
commit 5a006b562e
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -22,5 +22,6 @@
(import ./irc.nix)
(import ./netboot.nix)
(import ./nitter.nix)
(import ./changedetection.nix)
];
}