Start porting nixy config, move some bootloader stuff into the common bootloader.nix.

This commit is contained in:
jay
2025-07-09 07:34:56 -04:00
parent fe0b2ef82d
commit 342710ef9c
6 changed files with 115 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
{ config, ...}: {
networking.hostName = "nixy"; # Define your hostname.
}