summaryrefslogtreecommitdiffstats
path: root/1systems/cake
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-10-07 11:29:04 +0200
committermakefu <github@syntax-fehler.de>2017-10-07 11:29:04 +0200
commit9dbd304d79d84fd5066ed09acdde842b131b90d3 (patch)
tree9e20da3ce46764008fd73eef9c626d7fea4a0b85 /1systems/cake
parent59d27b7551ca53e1b5926ff0595737672bed08a8 (diff)
ma x.r: disabel remode building again
Diffstat (limited to '1systems/cake')
-rw-r--r--1systems/cake/config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/1systems/cake/config.nix b/1systems/cake/config.nix
index 444c99a22..35eac3ab4 100644
--- a/1systems/cake/config.nix
+++ b/1systems/cake/config.nix
@@ -21,6 +21,9 @@
services.nixosManual.enable = false;
boot.tmpOnTmpfs = lib.mkForce false;
+ hardware.enableRedistributableFirmware = true;
+ networking.wireless.enable = true;
+
# File systems configuration for using the installer's partition layout
fileSystems = {
"/boot" = {