This commit is contained in:
Shelvacu
2024-11-30 00:58:37 -08:00
parent 0ec1e86168
commit 48c6eb1ca7

View File

@@ -15,6 +15,12 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/EFI"; boot.loader.efi.efiSysMountPoint = "/boot/EFI";
vacu.hostName = "toptop";
vacu.shortHostName = "tt";
vacu.shell.color = "blue";
vacu.verifySystem.expectedMac = "28:f5:2b:7a:f6:75";
vacu.systemKind = "desktop";
networking.hostName = "toptop"; # Define your hostname. networking.hostName = "toptop"; # Define your hostname.
# Pick only one of the below networking options. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.