From ce68c0a9e4c4ce78c48868219e4e5bcda849e228 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 30 Jun 2025 10:36:00 -0700 Subject: add configuration for vm-synology This is a VM running on the Synology NAS. For now it only run `gitolite`, but we may host additional services in the future. --- nix/lib/mkSystem.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix/lib') diff --git a/nix/lib/mkSystem.nix b/nix/lib/mkSystem.nix index 94d1b35..2bd36bd 100644 --- a/nix/lib/mkSystem.nix +++ b/nix/lib/mkSystem.nix @@ -35,6 +35,8 @@ systemFunc rec { # Add overlays { nixpkgs.overlays = overlays; } + inputs.disko.nixosModules.disko + machineConfig userOSConfig home-manager.home-manager -- cgit v1.2.3