moved imports to per client file
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
{ lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
#
|
||||
# CLIENT SPECIFIC IMPORTS
|
||||
imports = [
|
||||
./zfs-management.nix
|
||||
./nfs-mount.nix
|
||||
./keepalived.nix
|
||||
];
|
||||
|
||||
# SYSTEM
|
||||
vars.username = "";
|
||||
vars.usermail = "";
|
||||
|
||||
Reference in New Issue
Block a user