summaryrefslogtreecommitdiff
path: root/hosts/cirrus/default.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-01-22 22:23:53 +0100
committerGrigory Shipunov2023-02-08 16:46:09 +0100
commit69805fab21ffc665e8f85b77c01b565d1e3ddd7a (patch)
tree134dde4e3f3896cb0d0d6e16bdc2de4013cf7eae /hosts/cirrus/default.nix
parent0c63cfbe7a01522607965be761534c514ea37b6c (diff)
irc bouncer init
Diffstat (limited to 'hosts/cirrus/default.nix')
-rw-r--r--hosts/cirrus/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/hosts/cirrus/default.nix b/hosts/cirrus/default.nix
index 897b8d8..afc06d4 100644
--- a/hosts/cirrus/default.nix
+++ b/hosts/cirrus/default.nix
@@ -1,10 +1,11 @@
{
imports = [
- ./hardware-configuration.nix
./configuration.nix
+ ./ddix.nix
+ ./hardware-configuration.nix
+ ./irc.nix
+ ./nextcloud-proxy.nix
./secrets.nix
./wireguard-server.nix
- ./nextcloud-proxy.nix
- ./ddix.nix
];
}