diff options
Diffstat (limited to 'hosts/cirrus/default.nix')
| -rw-r--r-- | hosts/cirrus/default.nix | 7 |
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 ]; } |
