diff options
author | lassulus <git@lassul.us> | 2023-02-21 10:10:53 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-02-21 10:10:53 +0100 |
commit | 5bab00f73d27a96f6ce319040b69e4d83a81e52a (patch) | |
tree | 5fe51f9ba61a3c5192ef050435875f9366f98a0b /lass/1systems | |
parent | ad1b92ed9a85c11d522305defc77ff4c6929acad (diff) |
l radio: move to 2/services
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/neoprism/config.nix | 2 | ||||
-rw-r--r-- | lass/1systems/radio/config.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lass/1systems/neoprism/config.nix b/lass/1systems/neoprism/config.nix index be80e28da..4c9455356 100644 --- a/lass/1systems/neoprism/config.nix +++ b/lass/1systems/neoprism/config.nix @@ -8,7 +8,7 @@ # sync-containers <stockholm/lass/2configs/consul.nix> <stockholm/lass/2configs/yellow-host.nix> - <stockholm/lass/2configs/radio/container-host.nix> + <stockholm/lass/2configs/services/radio/container-host.nix> <stockholm/lass/2configs/ubik-host.nix> <stockholm/krebs/2configs/hotdog-host.nix> diff --git a/lass/1systems/radio/config.nix b/lass/1systems/radio/config.nix index 5e34335d3..00e9bd3fe 100644 --- a/lass/1systems/radio/config.nix +++ b/lass/1systems/radio/config.nix @@ -7,7 +7,7 @@ with import <stockholm/lib>; <stockholm/lass/2configs/retiolum.nix> <stockholm/lass/2configs/syncthing.nix> - <stockholm/lass/2configs/radio> + <stockholm/lass/2configs/services/radio> ]; krebs.build.host = config.krebs.hosts.radio; |