diff options
| author | Soispha <soispha@vhack.eu> | 2023-07-08 15:34:45 +0200 | 
|---|---|---|
| committer | Soispha <soispha@vhack.eu> | 2023-07-08 16:01:57 +0200 | 
| commit | 78b566e8bafa61bd9d7dbcbbc11ad568982c2389 (patch) | |
| tree | b6a506e719f3037c41568f290527b24a21ea95f8 /system/default.nix | |
| parent | Fix(system/services/nix-sync): Nix build needs access to /proc/stat (diff) | |
| download | nixos-server-78b566e8bafa61bd9d7dbcbbc11ad568982c2389.zip | |
Feat(flake): Add agenix module
Diffstat (limited to 'system/default.nix')
| -rw-r--r-- | system/default.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/system/default.nix b/system/default.nix index 19c7b36..14f0748 100644 --- a/system/default.nix +++ b/system/default.nix @@ -3,6 +3,7 @@ ./disks ./impermanence ./packages + ./secrets ./services ./users ]; | 
