From 556706f43c94b62cb1f891845e868d8ca908cf2e Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 1 May 2024 15:06:49 +0200 Subject: [PATCH] Rename the module directory properly --- lib/{config => modules}/custom-build-vm.nix | 0 lib/system.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{config => modules}/custom-build-vm.nix (100%) diff --git a/lib/config/custom-build-vm.nix b/lib/modules/custom-build-vm.nix similarity index 100% rename from lib/config/custom-build-vm.nix rename to lib/modules/custom-build-vm.nix diff --git a/lib/system.nix b/lib/system.nix index c32c835..a0ec636 100644 --- a/lib/system.nix +++ b/lib/system.nix @@ -17,7 +17,7 @@ { config, pkgs, lib, ... }: { imports = [ machineConfig - ./config/custom-build-vm.nix + ./modules/custom-build-vm.nix ]; system.stateVersion = "23.11";