Compare commits

..

No commits in common. "336da0f8e66e4242d7f1087bd323a5b6f84c15d8" and "8783665155ae9639602c3a3c97d993b6d6fef1f7" have entirely different histories.

4 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,3 @@
{...}: {
services.changedetection-io.enable = true;
}

View file

@ -2,8 +2,8 @@
imports = [ imports = [
./acme ./acme
./atuin ./atuin
./changedetection
./gitea ./gitea
./nginx ./nginx
./ssh
]; ];
} }

View file

@ -10,11 +10,11 @@
imports = [ imports = [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
(modulesPath + "/profiles/qemu-guest.nix") (modulesPath + "/profiles/qemu-guest.nix")
./boot ./boot
./disko ./disko
./networking ./networking
./packages ./packages
./ssh
./users ./users
]; ];
} }