diff options
author | Soispha <soispha@vhack.eu> | 2023-08-11 18:15:23 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-11 18:15:23 +0200 |
commit | e33c36fe25c76cf549c200b83082bf0753526481 (patch) | |
tree | b24f662509aa4ba5fda48e267d6592b091d43f0e /system/services/default.nix | |
parent | chore(version): v0.8.0 (diff) | |
parent | Fix(system/services/invidious): Add interpreter to start script (diff) | |
download | nixos-server-e33c36fe25c76cf549c200b83082bf0753526481.tar.gz nixos-server-e33c36fe25c76cf549c200b83082bf0753526481.zip |
Chore(Merge): Branch 'invidious'
Diffstat (limited to 'system/services/default.nix')
-rw-r--r-- | system/services/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/default.nix b/system/services/default.nix index 8f5540f..6c2670d 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -1,6 +1,7 @@ {...}: { imports = [ ./fail2ban + ./invidious ./keycloak ./mail ./matrix |