Fix flake url
This commit is contained in:
parent
5363e103ff
commit
53dfd10cbb
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
{ lib, username, ... }:
|
||||
{
|
||||
imports = [
|
||||
./services/adguardhome.nix
|
||||
|
@ -34,7 +29,7 @@
|
|||
enable = true;
|
||||
persistent = true;
|
||||
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";
|
||||
flags = [
|
||||
"--option"
|
||||
|
|
Loading…
Reference in a new issue