base.nix: split into multiple files

This commit is contained in:
2024-08-31 22:23:09 +02:00
parent bd42412b94
commit 8610a59f35
18 changed files with 225 additions and 198 deletions

View File

@@ -3,7 +3,7 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
../../base.nix
../../base
../../misc/metrics-exporters.nix
];