1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 08:41:07 +02:00

kropsify some more

This commit is contained in:
Kierán Meinhardt
2019-04-11 07:43:08 +02:00
parent b9a6f33aa4
commit 60a08c6783
24 changed files with 72 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
imports = [ <niveum/modules/retiolum.nix> ];
imports = [ <modules/retiolum.nix> ];
networking.hosts = {
"42:0:ca48:f98f:63d7:31ce:922b:245d" = [ "go" ];
@@ -18,7 +18,7 @@
}.${config.networking.hostName};
environment.etc."tinc/retiolum/rsa_key.priv" = {
text = (import <niveum/secrets.nix>).retiolum.privateKey.${config.networking.hostName};
text = (import <dot/secrets.nix>).retiolum.privateKey.${config.networking.hostName};
mode = "400";
};
}