move things around

This commit is contained in:
XenGi 2026-02-01 13:44:15 +01:00
parent 75ddfec129
commit 8b75271fef
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
5 changed files with 85 additions and 201 deletions

View file

@ -88,18 +88,7 @@
};
};
}
./hosts/matrix.nix
./services/openssh.nix
./services/nginx.nix
./services/postgres.nix
./services/synapse.nix
./services/draupnir.nix
./services/prometheus.nix
./services/grafana.nix
./hosts/matrix
];
};
nixosConfigurations."hedgedoc" = nixpkgs.lib.nixosSystem {
@ -109,10 +98,7 @@
modules = [
agenix.nixosModules.default
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
./hosts/hedgedoc.nix
./services/openssh.nix
./hosts/hedgedoc
];
};
};