Rename the module directory properly
This commit is contained in:
parent
ea620730a6
commit
556706f43c
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
{ config, pkgs, lib, ... }: {
|
{ config, pkgs, lib, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
machineConfig
|
machineConfig
|
||||||
./config/custom-build-vm.nix
|
./modules/custom-build-vm.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
Loading…
Reference in a new issue