retiolum-cloudkrebs: fix relative paths

This commit is contained in:
lassulus 2015-04-10 01:34:29 +02:00 committed by tv
parent 1916df697e
commit 5f87fdb6f1
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
{
imports = [
./retiolum.nix
../tv/retiolum.nix
];
services.retiolum = {
enable = true;
hosts = ../hosts;
hosts = ../../hosts;
privateKeyFile = "/etc/nixos/secrets/cloudkrebs.retiolum.rsa_key.priv";
connectTo = [
"fastpoke"