Recursive update
This commit is contained in:
parent
8592e99bf3
commit
c741cd7201
4 changed files with 51 additions and 46 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
with lib;
|
||||
{
|
||||
boot = {
|
||||
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
|
||||
|
|
@ -110,7 +111,7 @@
|
|||
};
|
||||
in
|
||||
{
|
||||
bertof_home = common // { subvolume = "/home/bertof"; };
|
||||
bertof_home = recursiveUpdate common { subvolume = "/home/bertof"; };
|
||||
};
|
||||
};
|
||||
thermald.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue