infrastructure/machines/nixos/tower01/_configuration.nix

18 lines
264 B
Nix
Raw Permalink Normal View History

2024-12-21 23:38:36 +01:00
# SPDX-FileCopyrightText: 2024 Elias Coppens <elias@dgnum.eu>
#
# SPDX-License-Identifier: EUPL-1.2
{ lib, ... }:
lib.extra.mkConfig {
enabledModules = [ ];
enabledServices = [ ];
extraConfig = {
services.netbird.enable = true;
};
root = ./.;
}