Working refactored (on a test server)

This commit is contained in:
Root
2021-02-25 20:45:50 +00:00
parent 372cf5fc6a
commit 42e01b0840
31 changed files with 400 additions and 194 deletions
+10 -11
View File
@@ -1,15 +1,14 @@
{ config, lib, pkgs, ... }:
{
config = {
imports = [
./bash.nix
./domains.nix
./groups.nix
./hosts.nix
./sites.nix
./users.nix
./wireless-networks.nix
];
};
imports = [
./bash.nix
./common.nix
./domains.nix
./groups.nix
./hosts.nix
./sites.nix
./users.nix
./wireless-networks.nix
];
}