modules: refactor common
move common into directory
This commit is contained in:
parent
f8a2457154
commit
1441015937
7 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
};
|
||||
|
||||
flake.nixosModules = {
|
||||
common = ./modules/nixos/common.nix;
|
||||
common = ./modules/nixos/common;
|
||||
|
||||
community-builder = ./modules/nixos/community-builder;
|
||||
hercules-ci = ./modules/nixos/hercules-ci;
|
||||
|
|
Loading…
Add table
Reference in a new issue