fix(hosts): fix paths in home-server config

This commit is contained in:
Felix Schröter 2025-05-04 00:55:48 +02:00
parent e60f7cf192
commit d8d4b29769
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -47,8 +47,8 @@ in
../../services/calibre-web.nix
];
age.secrets.cloudflare.file = ../secrets/cloudflare.age;
age.secrets.hostKey.file = ../secrets/home-server/hostKey.age;
age.secrets.cloudflare.file = ../../secrets/cloudflare.age;
age.secrets.hostKey.file = ../../secrets/home-server/hostKey.age;
nixpkgs.config.allowUnfree = true;
@ -149,7 +149,7 @@ in
# `echo -n '<LUKS passphrase here>' | clevis encrypt tang '{"url": "http://doctr:9090"}' > home-server-enc.jwe`
boot.initrd.clevis.enable = true;
boot.initrd.clevis.useTang = true;
boot.initrd.clevis.devices."enc".secretFile = ../secrets/clevis/home-server-enc.jwe;
boot.initrd.clevis.devices."enc".secretFile = ../../secrets/clevis/home-server-enc.jwe;
systemd.notify = {
enable = true;