Migrates common modules to global
- Updates import paths in multiple configurations
This commit is contained in:
parent
ccd08cf21d
commit
ae77147d86
6 changed files with 3 additions and 3 deletions
|
@ -134,7 +134,7 @@
|
|||
}
|
||||
|
||||
# Import secrets
|
||||
./modules/common/secret-spec.nix
|
||||
./modules/global/secret-spec.nix
|
||||
./secrets.nix
|
||||
|
||||
# Host-specific configuration
|
||||
|
|
|
@ -15,7 +15,7 @@ in
|
|||
{
|
||||
imports = lib.flatten [
|
||||
(map lib.custom.relativeToRoot [
|
||||
"modules/common"
|
||||
"modules/global"
|
||||
"modules/home"
|
||||
])
|
||||
./asdf.nix
|
||||
|
|
|
@ -16,7 +16,7 @@ in
|
|||
(lib.custom.scanPaths ./.)
|
||||
|
||||
(map lib.custom.relativeToRoot [
|
||||
"modules/common"
|
||||
"modules/global"
|
||||
"hosts/users"
|
||||
])
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue