prep: setup sops demo for otf

This commit is contained in:
Jermeiah S 2025-06-14 14:35:19 -04:00
parent 1254657679
commit 3196a30c4d
No known key found for this signature in database
3 changed files with 18 additions and 3 deletions

View file

@ -1,6 +1,11 @@
# See /modules/nixos/* for actual settings
# This file is just *top-level* configuration.
{ flake, modulesPath, ... }:
{
flake,
modulesPath,
config,
...
}:
let
inherit (flake) inputs;
@ -15,6 +20,7 @@ in
tty-ips.enable = true;
otf = {
enable = true;
environmentFile = config.sops.secrets.otfenv.path;
};
};
networking = {