diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-17 07:35:07 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-17 07:35:07 -0700 |
| commit | ed3ffb4b66b21fee7c17b88ab63fc13439fa2293 (patch) | |
| tree | e84b6cb043a50050b1e9066c661fca9ba93ac3a7 /nix/lib | |
| parent | import my website under `src` (diff) | |
| download | infra-ed3ffb4b66b21fee7c17b88ab63fc13439fa2293.tar.gz | |
build and deploy my personal website on the VM
Diffstat (limited to 'nix/lib')
| -rw-r--r-- | nix/lib/mkSystem.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nix/lib/mkSystem.nix b/nix/lib/mkSystem.nix index ba9a46a..e96e1ef 100644 --- a/nix/lib/mkSystem.nix +++ b/nix/lib/mkSystem.nix @@ -42,7 +42,10 @@ systemFunc rec { inputs.agenix.nixosModules.default ] - ++ nixpkgs.lib.optional (!darwin) inputs.disko.nixosModules.disko + ++ nixpkgs.lib.optional (!darwin) [ + (import ../modules/fcuny-net.nix) + inputs.disko.nixosModules.disko + ] ++ [ { # https://github.com/nix-darwin/nix-darwin/issues/1339 |
