Changes to nixops for clunk (but still broken)

This commit is contained in:
2021-02-26 09:30:38 -06:00
parent 4143610c0f
commit 3d4fb6c336
15 changed files with 130 additions and 120 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
{ lib, config, pkgs, ... }:
with lib; {
lib = lib // { fudo = import ./lib/fudolib.nix { }; };
lib = lib // { fudo = import ./lib/lib.nix { inherit lib; }; };
imports = [
../config
../packages
./instance.nix
./fudo/acme-for-hostname.nix