retiolum-cloudkrebs: fix relative paths
This commit is contained in:
parent
1916df697e
commit
5f87fdb6f1
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./retiolum.nix
|
../tv/retiolum.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.retiolum = {
|
services.retiolum = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hosts = ../hosts;
|
hosts = ../../hosts;
|
||||||
privateKeyFile = "/etc/nixos/secrets/cloudkrebs.retiolum.rsa_key.priv";
|
privateKeyFile = "/etc/nixos/secrets/cloudkrebs.retiolum.rsa_key.priv";
|
||||||
connectTo = [
|
connectTo = [
|
||||||
"fastpoke"
|
"fastpoke"
|
||||||
|
Loading…
Reference in New Issue
Block a user