mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Fixed my knowledge about attribute set merging
This commit is contained in:
parent
be4fce11f4
commit
698ddcc02a
5 changed files with 12 additions and 9 deletions
|
@ -14,7 +14,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
config = mkIf cfg.enable (recursiveUpdate {
|
||||
|
||||
users.users.drone = {
|
||||
isNormalUser = true;
|
||||
|
@ -93,5 +93,5 @@ in
|
|||
path = [ pkgs.nixUnstable pkgs.git pkgs.openssh ];
|
||||
};
|
||||
|
||||
} // mkSubdomain cfg.subdomain port;
|
||||
} (mkSubdomain cfg.subdomain port));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue