diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/by-name/server2/configuration.nix | 15 | ||||
-rw-r--r-- | hosts/default.nix | 1 |
2 files changed, 9 insertions, 7 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index 24513f4..65e3b24 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -16,13 +16,13 @@ }; vhack = { - back = { + atuin-sync = { + enable = true; + fqdn = "atuin-sync.vhack.eu"; + }; + git-back = { enable = true; domain = "issues.foss-syndicate.org"; - settings = { - scan_path = "${config.services.gitolite.dataDir}/repositories"; - project_list = "${config.services.gitolite.dataDir}/projects.list"; - }; }; backup = { enable = true; @@ -103,7 +103,10 @@ CheckActivityPubGetSigned = false; }; }; - taskchampion-sync.enable = true; + taskchampion-sync = { + enable = true; + fqdn = "taskchampion.vhack.eu"; + }; users.enable = true; }; diff --git a/hosts/default.nix b/hosts/default.nix index f53ee35..664c376 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -12,7 +12,6 @@ useShards = false; baseDirectory = ./by-name; fileName = "configuration.nix"; - finalizeFunction = name: value: value; }; mkNixosConfiguration = _: value: |