spec(web): enable minimum utils
This commit is contained in:
parent
db1eca894b
commit
3328617756
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
||||||
acme.enable = true;
|
acme.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home = {
|
||||||
|
util.minimal = true;
|
||||||
|
};
|
||||||
|
|
||||||
imports = lib.pipe ./. [
|
imports = lib.pipe ./. [
|
||||||
builtins.readDir
|
builtins.readDir
|
||||||
(lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix"))
|
(lib.filterAttrs (n: ty: ty == "regular" && n != "default.nix"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue