back to building state
This commit is contained in:
parent
1eeceb742b
commit
ad816fe171
14 changed files with 207 additions and 140 deletions
|
@ -2,6 +2,6 @@
|
|||
{
|
||||
modules = {
|
||||
system.audio.enable = true;
|
||||
networking.enable = true;
|
||||
system.bluetooth.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,8 +26,6 @@ in
|
|||
extraModulePackages = [ ];
|
||||
};
|
||||
|
||||
networking.useDHCP = mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = mkDefault "x86_64-linux";
|
||||
hardware.cpu.intel.updateMicrocode = mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue