General cleanup and flake update

This commit is contained in:
Filippo Berto 2024-01-04 19:55:13 +01:00
parent b26292662f
commit a5bc8abaec
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
13 changed files with 126 additions and 112 deletions

View file

@ -1,5 +1,5 @@
{ lib, config, pkgs, ... }:
with lib; {
{
age.secrets = {
thor_wg_priv = { file = ../../secrets/thor_wg_priv.age; };
@ -183,7 +183,7 @@ with lib; {
};
in
{
bertof_home = recursiveUpdate common { SUBVOLUME = "/home/bertof"; };
bertof_home = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof"; };
};
};
thermald.enable = true;