First test of all machines
This commit is contained in:
parent
b963380a0a
commit
1d0209fac3
16 changed files with 268 additions and 73 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{inputs, ...}: {
|
||||
{inputs, headless, ...}: {
|
||||
imports = [
|
||||
./loader/systemd.nix
|
||||
./greeter/sddm.nix
|
||||
./refind.nix
|
||||
|
||||
( if headless then ./loader/grub.nix else ./loader/systemd.nix )
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue