flake.nix: update ticker.nixosModule path

This commit is contained in:
Astro 2022-06-04 02:35:17 +02:00
parent 2e42ab6e88
commit 46a6147cc2
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@
ticker = nixosSystem' {
modules = [
./config/lxc-container.nix
"${ticker}/nixos-module.nix"
ticker.nixosModules.ticker
./hosts/containers/ticker
];
};