fix: use rootPath everywhere! :3

This commit is contained in:
Ranomier 2025-06-15 21:45:30 +02:00
parent 33a314b658
commit 5a9e25cc6e
4 changed files with 14 additions and 22 deletions

View file

@ -1,13 +1,7 @@
{...}: {
nixpkgs.config = {
# Disable if you don't want unfree packages
allowUnfree = true;
};
{rootPath, ...}: {
imports = [
./hardware-configuration.nix
../../system_profiles/defaults.nix
../../system_profiles/mini-container.nix
(rootPath + /system_profiles/server.nix)
];
}