fix: use rootPath everywhere! :3
This commit is contained in:
parent
33a314b658
commit
5a9e25cc6e
4 changed files with 14 additions and 22 deletions
|
@ -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)
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue