nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit 655a75110704810309fea11619bf456a77aa41bd
parent 92eef93db8c730ef7a4fc175839c8c9d3c63abec
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  9 Aug 2023 16:27:06 +0200

Only use age

Diffstat:
Mnixos/worker-1/configuration.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -164,6 +164,7 @@ # SOPS sops.age.sshKeyPaths = [ "/persist/etc/ssh/ssh_host_ed25519_key" ]; + sops.gnupg.sshKeyPaths = []; # This is using an age key that is expected to already be in the filesystem sops.age.keyFile = "/var/lib/sops-nix/key.txt"; # This will generate a new key if the key specified above does not exist