summaryrefslogtreecommitdiff
path: root/modules/nixos/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-04-21 02:15:42 +0300
committerAzat Bahawi <azat@bahawi.net>2024-04-21 02:15:42 +0300
commite6ed60548397627bf10f561f9438201dbba0a36e (patch)
treef9a84c5957d2cc4fcd148065ee9365a0c851ae1c /modules/nixos/default.nix
parent9ac64328603d44bd272175942d3ea3eaadcabd04 (diff)
2024-04-21
Diffstat (limited to 'modules/nixos/default.nix')
-rw-r--r--modules/nixos/default.nix75
1 files changed, 0 insertions, 75 deletions
diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix
deleted file mode 100644
index 1d5e905..0000000
--- a/modules/nixos/default.nix
+++ /dev/null
@@ -1,75 +0,0 @@
-_: {
- imports = [
- ./acme.nix
- ./alertmanager.nix
- ./android.nix
- ./beets.nix
- ./bluetooth.nix
- ./chromium.nix
- ./clickhouse.nix
- ./common
- ./docker.nix
- ./dwm.nix
- ./emacs.nix
- ./endlessh-go.nix
- ./endlessh.nix
- ./fail2ban.nix
- ./firefox
- ./foot.nix
- ./games
- ./git
- ./gnupg.nix
- ./gotify.nix
- ./grafana.nix
- ./hydra.nix
- ./incus.nix
- ./ipfs.nix
- ./jackett.nix
- ./k3s.nix
- ./kde.nix
- ./libvirtd.nix
- ./lidarr.nix
- ./loki.nix
- ./matrix
- ./monitoring
- ./mpd.nix
- ./mpv.nix
- ./murmur.nix
- ./nextcloud.nix
- ./nginx.nix
- ./node-exporter.nix
- ./nsd.nix
- ./ntfy.nix
- ./nullmailer.nix
- ./openssh.nix
- ./plausible.nix
- ./podman.nix
- ./postgresql.nix
- ./profiles
- ./prometheus.nix
- ./promtail.nix
- ./psd.nix
- ./radarr.nix
- ./radicale.nix
- ./redis.nix
- ./rss-bridge.nix
- ./rtorrent.nix
- ./searx.nix
- ./shadowsocks.nix
- ./soju.nix
- ./solaar.nix
- ./sonarr.nix
- ./sound.nix
- ./syncthing.nix
- ./throttled.nix
- ./thunderbird.nix
- ./unbound.nix
- ./vaultwarden.nix
- ./vim
- ./wayland.nix
- ./wireguard.nix
- ./x11.nix
- ./xmonad.nix
- ./zathura.nix
- ];
-}