diff options
| author | adikro <adikro@disroot.org> | 2026-05-18 15:25:50 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-05-18 15:25:50 +0200 |
| commit | c6b6a3e6c702834eac2b633db2ed4c397b4ae113 (patch) | |
| tree | 4ec03c63fac3c7d0e7caea31cbe9ec1317df8c2f /os/srv/default.nix | |
| parent | 62b7ca3cdfff5182daad7f4092b6861bbc93f04c (diff) | |
set up disko, zfs, clamav aide, backup, nfs, zfs for oci and ups
Diffstat (limited to 'os/srv/default.nix')
| -rw-r--r-- | os/srv/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os/srv/default.nix b/os/srv/default.nix index 76351e2..d42fdb9 100644 --- a/os/srv/default.nix +++ b/os/srv/default.nix @@ -1,7 +1,10 @@ { ... }: { imports = [ + ./aide.nix + ./backup.nix ./bluetooth.nix + ./clamav.nix ./compat.nix ./crowdsec.nix ./fail2ban.nix @@ -11,6 +14,7 @@ ./i2p.nix ./kdeconnect.nix ./monero.nix + ./nfs.nix ./nginx.nix ./nix-helper.nix ./oci.nix @@ -25,6 +29,8 @@ ./tor.nix ./virtualization.nix ./vpn.nix + ./wireguard.nix ./yggdrasil.nix + ./zfs.nix ]; } |
