aboutsummaryrefslogtreecommitdiff
path: root/nix/lib/mkSystem.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-06-30 10:36:00 -0700
committerFranck Cuny <franck@fcuny.net>2025-06-30 10:36:00 -0700
commitce68c0a9e4c4ce78c48868219e4e5bcda849e228 (patch)
tree208bd056e4dfdd37bc1bd1c2134145c0d04b7da7 /nix/lib/mkSystem.nix
parentonly include some home-manager configurations on Darwin (diff)
downloadinfra-ce68c0a9e4c4ce78c48868219e4e5bcda849e228.tar.gz
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.
Diffstat (limited to '')
-rw-r--r--nix/lib/mkSystem.nix2
1 files changed, 2 insertions, 0 deletions
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