pinwheel: Use config-manager

This commit is contained in:
Alexander Heldt
2023-10-01 16:53:40 +02:00
parent 30107926ea
commit 2d65df01a5

View File

@@ -2,6 +2,8 @@
{ {
imports = imports =
[ [
../../config-manager/default.nix
./hardware-configuration.nix ./hardware-configuration.nix
./modules/light ./modules/light
./modules/sound ./modules/sound
@@ -123,6 +125,7 @@
}]; }];
}; };
config-manager.flakePath = "/home/alex/config";
mod.openvpn.enable = true; mod.openvpn.enable = true;
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default