Compare commits

...

2 commits

4 changed files with 2 additions and 5 deletions

View file

@ -1,3 +0,0 @@
{...}: {
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
]; ];
} }