Fix flake url

This commit is contained in:
Evie Litherland-Smith 2025-02-01 11:33:45 +00:00
parent 5363e103ff
commit 53dfd10cbb

View file

@ -1,9 +1,4 @@
{ { lib, username, ... }:
config,
lib,
username,
...
}:
{ {
imports = [ imports = [
./services/adguardhome.nix ./services/adguardhome.nix
@ -34,7 +29,7 @@
enable = true; enable = true;
persistent = true; persistent = true;
allowReboot = false; allowReboot = false;
flake = "git+${config.nix.registry.my-nixos.to.url}"; flake = "git+https://git.xenia.me.uk/pixelifytica/nixos.git?ref=main";
dates = "02:00"; dates = "02:00";
flags = [ flags = [
"--option" "--option"