mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: fix arkheon import
This commit is contained in:
parent
05062b47ce
commit
1fdabd517c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
{
|
||||
age.secrets."arkheon-env".file = ../../secrets/arkheon-env.age;
|
||||
|
||||
nixpkgs.overlays = [ (import (inputs.arkheon.outPath + "/overlay.nix")) ];
|
||||
nixpkgs.overlays = [ (import "${inputs.arkheon}/overlay.nix") ];
|
||||
|
||||
services.arkheon = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue