diff options
author | Soispha <soispha@vhack.eu> | 2023-07-03 15:11:52 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-03 18:09:49 +0200 |
commit | 07f1e4aff1cc84a3ef129c06d85471121cfe0562 (patch) | |
tree | 671eb5d96811189cd86e60edfc7a903243aac9ab /system/services | |
parent | Fix(system/services/nix-sync): Fully rename to nix-sync (diff) | |
download | nixos-server-07f1e4aff1cc84a3ef129c06d85471121cfe0562.tar.gz nixos-server-07f1e4aff1cc84a3ef129c06d85471121cfe0562.zip |
Fix(system): Import everything
Diffstat (limited to '')
-rw-r--r-- | system/services/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/services/default.nix b/system/services/default.nix index 2e2b751..bbd3957 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -1,12 +1,12 @@ {...}: { imports = [ + ./fail2ban ./keycloak ./minecraft ./nginx ./nix + ./nix-sync ./opensshd ./rust-motd - ./fail2ban - ./git-sync ]; } |