From 2d65df01a5a4da3b6d0521a0cc50183b9186b934 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 1 Oct 2023 16:53:40 +0200 Subject: [PATCH] pinwheel: Use `config-manager` --- hosts/pinwheel/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/pinwheel/configuration.nix b/hosts/pinwheel/configuration.nix index 9f27a0c..2819702 100644 --- a/hosts/pinwheel/configuration.nix +++ b/hosts/pinwheel/configuration.nix @@ -2,6 +2,8 @@ { imports = [ + ../../config-manager/default.nix + ./hardware-configuration.nix ./modules/light ./modules/sound @@ -123,6 +125,7 @@ }]; }; + config-manager.flakePath = "/home/alex/config"; mod.openvpn.enable = true; # This value determines the NixOS release from which the default