add grub/systemd to common top level
This commit is contained in:
parent
1876bc1029
commit
7841a8c062
4 changed files with 125 additions and 84 deletions
|
@ -26,17 +26,21 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
config_key = "ringofstorms_common";
|
||||
custom_config_key = "ringofstorms_common";
|
||||
in
|
||||
{
|
||||
config = { };
|
||||
options = {
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
||||
./boot/grub.nix
|
||||
];
|
||||
|
||||
options = { };
|
||||
config = {
|
||||
specialArgs = {
|
||||
inherit custom_config_key;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue