mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Refactor: Moved profiles/*/home to users/kat/... Reorganised
users/kat/...
This commit is contained in:
parent
99da1a04e4
commit
82d22bf87b
82 changed files with 302 additions and 428 deletions
11
default.nix
11
default.nix
|
|
@ -10,15 +10,18 @@ rec {
|
|||
defaultFile = "nixos.nix";
|
||||
};
|
||||
|
||||
hosts = import ./lib/hosts.nix {
|
||||
inherit pkgs sources witch profiles;
|
||||
users = witch.modList { modulesDir = ./users; };
|
||||
|
||||
inherit (import ./lib/hosts.nix {
|
||||
inherit pkgs sources witch profiles users;
|
||||
inherit (deploy) target;
|
||||
};
|
||||
})
|
||||
hosts targets;
|
||||
|
||||
inherit (pkgs) lib;
|
||||
|
||||
deploy = import ./lib/deploy.nix {
|
||||
inherit pkgs sources;
|
||||
inherit (hosts) hosts targets;
|
||||
inherit hosts targets;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue