From 8072121b3cccc7357f704531f0a873ba84f83c76 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 22 Jan 2026 19:44:05 +0900 Subject: [PATCH] skrott: fix sops file location --- hosts/skrott/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/skrott/configuration.nix b/hosts/skrott/configuration.nix index d839bfc..695a34d 100644 --- a/hosts/skrott/configuration.nix +++ b/hosts/skrott/configuration.nix @@ -5,6 +5,8 @@ (fp /base) ]; + sops.defaultSopsFile = fp /secrets/skrott/skrott.yaml; + boot = { consoleLogLevel = 0; enableContainers = false;