.
This commit is contained in:
parent
f28b81e722
commit
7e18c6f8d7
1 changed files with 3 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
# boot.kernelParams = [ ];
|
# boot.kernelParams = [ ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/74285f6a-b237-4372-b64c-13bd53186460";
|
device = "/dev/disk/by-uuid/74285f6a-b237-4372-b64c-13bd53186460";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
|
@ -39,9 +40,10 @@
|
||||||
|
|
||||||
nixpkgs.hostPlatform = system;
|
nixpkgs.hostPlatform = system;
|
||||||
|
|
||||||
# not exactly sure what magic is going on here:
|
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
|
hardware.enableRedistributableFirmware = nixpkgs.lib.mkDefault true;
|
||||||
|
|
||||||
networking.hostName = "hue";
|
networking.hostName = "hue";
|
||||||
|
|
||||||
networking.useDHCP = pkgs.lib.mkDefault true;
|
networking.useDHCP = pkgs.lib.mkDefault true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue