Rename the module directory properly

This commit is contained in:
Manuel Thalmann 2024-05-01 15:06:49 +02:00
parent ea620730a6
commit 556706f43c
2 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,7 @@
{ config, pkgs, lib, ... }: {
imports = [
machineConfig
./config/custom-build-vm.nix
./modules/custom-build-vm.nix
];
system.stateVersion = "23.11";