retiolum-cloudkrebs: fix relative paths
This commit is contained in:
parent
1916df697e
commit
5f87fdb6f1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user