mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29: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
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, target, hostsDir ? ../hosts, profiles, pkgsPath ? ../pkgs, sources ? { }
|
||||
, witch ? { } }:
|
||||
{ pkgs, target, users, hostsDir ? ../hosts, profiles, pkgsPath ? ../pkgs
|
||||
, sources ? { }, witch ? { } }:
|
||||
|
||||
with pkgs.lib;
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ rec {
|
|||
else
|
||||
{ })
|
||||
];
|
||||
specialArgs = { inherit sources target profiles witch hostName; };
|
||||
specialArgs = { inherit sources target profiles witch hostName users; };
|
||||
})) hostNames);
|
||||
|
||||
targets = foldAttrs (host: hosts: [ host ] ++ hosts) [ ] (mapAttrsToList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue