moved imports to per client file

This commit is contained in:
Steffen Illium
2025-07-22 10:57:20 +02:00
parent 725709711f
commit 6983e7c78e
2 changed files with 7 additions and 3 deletions
+7 -1
View File
@@ -1,7 +1,13 @@
{ lib, ... }:
with lib;
{
#
# CLIENT SPECIFIC IMPORTS
imports = [
./zfs-management.nix
./nfs-mount.nix
./keepalived.nix
];
# SYSTEM
vars.username = "";
vars.usermail = "";