summaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-25 14:11:14 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-25 14:11:14 +0100
commit645e86a443d3f74cc8f9c95cb433cbefed5263cb (patch)
tree65ab53d20b29792af60a6c7b1894c4cb192832a5 /modules/default.nix
parent24ae3d26155fc70cf381422f9dedbbbb33b425d8 (diff)
Inital commit for working omega-relay host.
This commit includes: - Mysql module from umbriel - Disko configuration for the Ferox VM - Freshrss module - Stalwart module - Vaultwarden module - Wakapi module - Uptime Kuma module - Support for using mysql socket - Server user that does not depend on full home-manager preset. - ACME for wilkuu.xyz domains, including all the services.
Diffstat (limited to '')
-rw-r--r--modules/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/default.nix b/modules/default.nix
index 774b40d..90f65d8 100644
--- a/modules/default.nix
+++ b/modules/default.nix
@@ -36,7 +36,7 @@
time.timeZone = "Europe/Amsterdam"; # Set timezone
sops.defaultSopsFile = ./secrets/secrets.yaml;
- sops.age.sshKeyPaths = [ "/etc/ssh_host_ed25519_key" ];
+ sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
sops.age.generateKey = true;