From e95d5272955c4bdd29b513aa8a8969d4245a533a Mon Sep 17 00:00:00 2001 From: hodasemi Date: Thu, 22 May 2025 09:49:32 +0200 Subject: [PATCH] Don't use sops for now --- dev_system.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/dev_system.nix b/dev_system.nix index d12c3f5..844b31d 100644 --- a/dev_system.nix +++ b/dev_system.nix @@ -23,14 +23,14 @@ in ./shared/ssh.nix ]; - sops = { - defaultSopsFile = "./secrets/example.yaml"; - age = { - sshKeyPaths = [ "/etc/ssh/ssh_host_ed25510_key" ]; - keyFile = "/root/.config/sops/age/keys.txt"; - generateKey = true; - }; - }; + # sops = { + # defaultSopsFile = "./secrets/example.yaml"; + # age = { + # sshKeyPaths = [ "/etc/ssh/ssh_host_ed25510_key" ]; + # keyFile = "/root/.config/sops/age/keys.txt"; + # generateKey = true; + # }; + # }; users.users = { # connection only via ssh key @@ -43,4 +43,3 @@ in }; }; } -