diff options
author | Alan Pearce | 2024-05-12 08:42:15 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-12 08:42:15 +0200 |
commit | c3822a02c6353a35aa405ff8fdb22582ce3fec12 (patch) | |
tree | 98ed6da3b01fb1498d92231d084affc19c8a1d84 /system | |
parent | 808a4895c886c69e821e741925ce170a02c05602 (diff) | |
download | nixfiles-c3822a02c6353a35aa405ff8fdb22582ce3fec12.tar.lz nixfiles-c3822a02c6353a35aa405ff8fdb22582ce3fec12.tar.zst nixfiles-c3822a02c6353a35aa405ff8fdb22582ce3fec12.zip |
nanopi: specify flake correctly
Diffstat (limited to 'system')
-rwxr-xr-x | system/nanopi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/nanopi.nix b/system/nanopi.nix index f750f424..0e45bd91 100755 --- a/system/nanopi.nix +++ b/system/nanopi.nix @@ -619,7 +619,7 @@ in enable = false; dates = "04:15"; randomizedDelaySec = "59 min"; - flake = "https://git.alanpearce.eu/nixfiles"; + flake = "git+https://git.alanpearce.eu/nixfiles"; allowReboot = true; rebootWindow = { lower = "01:00"; |