diff options
author | Emile <git@emile.space> | 2024-07-21 17:48:21 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 17:48:21 +0200 |
commit | a2e5f7db2750e119b5509e370cdc447c67cdad35 (patch) | |
tree | d147f8a34d7bf174ecbda3ff7a7cb6157549118b /nix/hosts/corrino/configuration.nix | |
parent | ea9f307409915aa7966a75bebc6636336e8862d1 (diff) |
remove the sftpgo and garage import, add r2wars import
Diffstat (limited to 'nix/hosts/corrino/configuration.nix')
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index eda8a71..becf5e9 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -44,6 +44,11 @@ in { # general purpose modules ./modules/authelia.emile.space.nix + # ./modules/sftpgo.emile.space.nix + # ./modules/garage.emile.space.nix + + # r2wars + ./www/r2wa.rs.nix # containers ]; @@ -195,7 +200,6 @@ in { # -authkey ${config.age.secrets.tailscale_authkey} }; - networking = { hostName = "corrino"; domain = "emile.space"; |