ma x.r: disabel remode building again
This commit is contained in:
parent
59d27b7551
commit
9dbd304d79
|
@ -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" = {
|
||||
|
|
|
@ -57,7 +57,7 @@ with import <stockholm/lib>;
|
|||
<stockholm/makefu/2configs/tor.nix>
|
||||
<stockholm/makefu/2configs/vpn/vpngate.nix>
|
||||
# <stockholm/makefu/2configs/buildbot-standalone.nix>
|
||||
<stockholm/makefu/2configs/remote-build/master.nix>
|
||||
# <stockholm/makefu/2configs/remote-build/master.nix>
|
||||
|
||||
# Hardware
|
||||
<stockholm/makefu/2configs/hw/tp-x230.nix>
|
||||
|
|
Loading…
Reference in a new issue