Tons of changes, I guess?

This commit is contained in:
2021-11-05 07:06:08 -07:00
parent c31af09ede
commit 2dd5407129
62 changed files with 1789 additions and 958 deletions
+12 -12
View File
@@ -1,16 +1,16 @@
{ config, lib, pkgs, ... }:
{
imports = [
./bash.nix
./common.nix
./domains.nix
./groups.nix
./hosts.nix
./networks.nix
./profiles.nix
./sites.nix
./users.nix
./wireless-networks.nix
];
imports = [
./aliases.nix
./bash.nix
./common.nix
./domains.nix
./groups.nix
./hosts.nix
./networks.nix
./sites.nix
./users.nix
./wireless-networks.nix
];
}