diff options
| author | adikro <adikro@disroot.org> | 2026-02-13 19:07:38 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-02-13 19:07:38 +0100 |
| commit | 4b41ce640c5eddcb50904331e03aac5460caa144 (patch) | |
| tree | edea29de4b0886b3b76132a3f0833e8070f248e5 /os/srv/sops.nix | |
| parent | 512483106110b5f9209bb03238d44b991fe15d22 (diff) | |
laptop update
Diffstat (limited to 'os/srv/sops.nix')
| -rw-r--r-- | os/srv/sops.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/srv/sops.nix b/os/srv/sops.nix index e5233d6..3c9f0a9 100644 --- a/os/srv/sops.nix +++ b/os/srv/sops.nix @@ -24,13 +24,13 @@ in "obs/websocket_password".owner = username; root_password.neededForUsers = true; user_password.neededForUsers = true; - crypt_key = { }; +# crypt_key = { }; }; }; - boot.initrd.secrets = { - "/tmp/crypt.key" = config.sops.secrets.crypt_key.path; - }; +# boot.initrd.secrets = { +# "/tmp/crypt.key" = config.sops.secrets.crypt_key.path; +# }; environment.systemPackages = with pkgs; [ sops |
