mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Group shared system settings
This commit is contained in:
parent
31221a5d19
commit
fca6296841
|
@ -1,14 +1,5 @@
|
||||||
_: {
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware
|
./shared
|
||||||
./boot
|
|
||||||
./services
|
|
||||||
./nix
|
|
||||||
./environment
|
|
||||||
./impermanence
|
|
||||||
./programs.nix
|
|
||||||
./system.nix
|
|
||||||
./network.nix
|
|
||||||
./localisation.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
14
system/shared/default.nix
Normal file
14
system/shared/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
_: {
|
||||||
|
imports = [
|
||||||
|
./hardware
|
||||||
|
./boot
|
||||||
|
./services
|
||||||
|
./nix
|
||||||
|
./environment
|
||||||
|
./impermanence
|
||||||
|
./programs.nix
|
||||||
|
./system.nix
|
||||||
|
./network.nix
|
||||||
|
./localisation.nix
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue