Need to figure out boot.loader stuff

This commit is contained in:
System administrator 2024-09-13 15:37:26 +00:00
parent 8762b45865
commit 087e35f0f6
5 changed files with 101 additions and 3 deletions

5
modules/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
imports = [
./boot.nix
];
}