infra/hosts/underground/default.nix
teutat3s b15f7a38f2
Some checks failed
Flake checks / Check (pull_request) Failing after 2m22s
wip: init host underground to test mas
related to #242
2024-10-26 02:03:31 +02:00

17 lines
344 B
Nix

{ flake, ... }:
{
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
./configuration.nix
./networking.nix
"${flake.inputs.fork}/nixos/modules/services//matrix/matrix-authentication-service.nix"
];
disabledModules = [
"services/matrix/matrix-authentication-service.nix "
];
}