prep: setup sops demo for otf
This commit is contained in:
parent
1254657679
commit
3196a30c4d
3 changed files with 18 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue