This commit is contained in:
Zander Thannhauser 2025-06-18 21:51:15 -05:00
parent f28b81e722
commit 7e18c6f8d7

View file

@ -26,6 +26,7 @@
# boot.kernelParams = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" = {
device = "/dev/disk/by-uuid/74285f6a-b237-4372-b64c-13bd53186460";
fsType = "ext4";
@ -39,9 +40,10 @@
nixpkgs.hostPlatform = system;
# not exactly sure what magic is going on here:
hardware.graphics.enable = true;
hardware.enableRedistributableFirmware = nixpkgs.lib.mkDefault true;
networking.hostName = "hue";
networking.useDHCP = pkgs.lib.mkDefault true;