Added eko

This commit is contained in:
2025-01-08 23:17:23 +02:00
parent e17066f680
commit 5942a69255
3 changed files with 72 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
./../nixosModules/syncthing.nix
./../nixosModules/nextcloud.nix
./../nixosModules/wakapi.nix
./../nixosModules/eko.nix
];
boot.loader.grub = {
@@ -43,6 +44,7 @@
syncthing.enable = true;
nextcloud.enable = false;
wakapi.enable = true;
eko.enable = true;
# Automatically pull this config from git
autoUpdate.enable = true;