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