Refactors for usability

Using ./home.nix and ./nixos.nix as entrypoints for hosts.
Using hardware profiles.
Using new entrypoints (profiles/base/profiles.nix + profiles/base/home.nix).
New modules (for DNS handling, for themeing, ...).
Split up deploy-tf.nix into several modules.
Renamed common profile to base profile.
This commit is contained in:
kat witch 2021-08-05 03:21:21 +01:00
parent 487bf9c8d5
commit 2a5ec2e0b4
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
114 changed files with 1209 additions and 953 deletions

View file

@ -35,8 +35,8 @@ let
./config/hosts/beltane/meta.nix
./config/hosts/samhain/meta.nix
./config/hosts/yule/meta.nix
./config/hosts/mabon/meta.nix
./config/hosts/ostara/meta.nix
# ./config/hosts/mabon/meta.nix
# ./config/hosts/ostara/meta.nix
];
specialArgs = {
inherit sources profiles users;
@ -55,4 +55,4 @@ let
all = attrValues local; #++ attrValues hexchen;
allStr = toString all;
};
in config // { inherit pkgs sourceCache sources; }
in config // { inherit pkgs sourceCache sources profiles; }