Services
This commit is contained in:
parent
fb0d8526ff
commit
22a3f0b5de
9 changed files with 160 additions and 3 deletions
|
|
@ -13,7 +13,10 @@
|
|||
}:
|
||||
with lib;
|
||||
with lib.custom; {
|
||||
#facter.reportPath = ./facter.json;
|
||||
facter.reportPath =
|
||||
if (builtins.pathExists ./facter.json)
|
||||
then ./facter.json
|
||||
else null;
|
||||
imports = lib.snowfall.fs.get-non-default-nix-files ./. ++ [./services];
|
||||
#systemd.network.wait-online.enable = lib.mkForce false; #facter
|
||||
boot.supportedFilesystems = ["zfs"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue