summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-10 00:57:41 +0100
committerandromeda <andromeda@lenovo>2026-01-10 00:57:41 +0100
commit7cbd450c613c216b1100d5065618bddea6146907 (patch)
treef06390ae3b47335c1ad9b2fb401a24b2f00a39bb
parent97fca4cc7e18985272119f1ab6b75865042a96e1 (diff)
remove services
-rw-r--r--machines.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/machines.nix b/machines.nix
index 853a402..9825bce 100644
--- a/machines.nix
+++ b/machines.nix
@@ -55,19 +55,21 @@
./modules/nixos/networking/ssh-as-root.nix
({config, ...}: {users.users.root.openssh.authorizedKeys.keys = [config.pub-keys.ssh.andromeda];})
+ # TODO add Impermanence to the following services
+
# simple-nixos-mailserver email server
# mail.domain
- ./modules/nixos/mailserver.nix
+ # ./modules/nixos/mailserver.nix
# roundcube webmail client
# webmail.domain
- ./modules/nixos/roundcube.nix
+ # ./modules/nixos/roundcube.nix
# zulip chat client
# chat.domain
# zulip chat server
# zulip.domain
- ./modules/nixos/zulip.nix
+ # ./modules/nixos/zulip.nix
{
}
];