From ed3ffb4b66b21fee7c17b88ab63fc13439fa2293 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 17 Jul 2025 07:35:07 -0700 Subject: build and deploy my personal website on the VM --- nix/lib/mkSystem.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nix/lib/mkSystem.nix') 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 -- cgit v1.2.3