Fix flake url
This commit is contained in:
parent
5363e103ff
commit
53dfd10cbb
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue