diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-11-20 12:25:02 +0000 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-11-20 12:25:02 +0000 |
| commit | c58d8f0502e4138b3ed7e373a8e55feb9f02508a (patch) | |
| tree | 35d29d752c3e53c777400518341ce91e4c7062e6 /ivi | |
| parent | 19a3135810bc24448377114748a4eb65f59a8b36 (diff) | |
fixup
Diffstat (limited to 'ivi')
| -rw-r--r-- | ivi/ivi.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ivi/ivi.nix b/ivi/ivi.nix index f7cc0d0..8e1013d 100644 --- a/ivi/ivi.nix +++ b/ivi/ivi.nix @@ -63,6 +63,7 @@ self: lib: with lib; let machines = { lemptop = { + secrets = true; profiles = [ "core" "station" @@ -70,11 +71,13 @@ self: lib: with lib; let ]; }; wsl = { + secrets = true; profiles = [ "core" ]; }; serber = { + secrets = true; isDeployed = true; profiles = [ "core" |
