back to building state
This commit is contained in:
parent
1eeceb742b
commit
ad816fe171
14 changed files with 207 additions and 140 deletions
|
@ -13,7 +13,6 @@
|
|||
|
||||
modules = {
|
||||
system.audio.enable = true;
|
||||
networking.enable = true;
|
||||
|
||||
# EXPERIMENTS
|
||||
services.auth.enable = true;
|
||||
|
|
|
@ -28,8 +28,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