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
|
# Import secrets
|
||||||
./modules/common/secret-spec.nix
|
./modules/global/secret-spec.nix
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
|
|
||||||
# Host-specific configuration
|
# Host-specific configuration
|
||||||
|
|
|
@ -15,7 +15,7 @@ in
|
||||||
{
|
{
|
||||||
imports = lib.flatten [
|
imports = lib.flatten [
|
||||||
(map lib.custom.relativeToRoot [
|
(map lib.custom.relativeToRoot [
|
||||||
"modules/common"
|
"modules/global"
|
||||||
"modules/home"
|
"modules/home"
|
||||||
])
|
])
|
||||||
./asdf.nix
|
./asdf.nix
|
||||||
|
|
|
@ -16,7 +16,7 @@ in
|
||||||
(lib.custom.scanPaths ./.)
|
(lib.custom.scanPaths ./.)
|
||||||
|
|
||||||
(map lib.custom.relativeToRoot [
|
(map lib.custom.relativeToRoot [
|
||||||
"modules/common"
|
"modules/global"
|
||||||
"hosts/users"
|
"hosts/users"
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue