From 9c024fd9ee08d518889da6bdf3f8cc301c027e79 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 12 Oct 2021 17:34:23 -0700 Subject: [PATCH] Need to specify a secret group and user --- config/host-config/plato.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/host-config/plato.nix b/config/host-config/plato.nix index 6093d59..56409a3 100644 --- a/config/host-config/plato.nix +++ b/config/host-config/plato.nix @@ -22,6 +22,12 @@ in { }; }; + fudo.secrets = { + secret-group = "fudo-secrets"; + secret-users = [ "niten" ]; + secret-paths = [ "/state/secrets" ]; + }; + # boot.kernelParams = [ "nomodeset" ]; # console.font = "VGA";