summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-03-01 15:51:48 +0100
committermakefu <github@syntax-fehler.de>2017-03-05 16:56:53 +0100
commitad7843f4ef4e26e18d38567136531ba127ead4b4 (patch)
tree77ec28239f0baf25e78030c04e37302f506c9a55 /1systems
parent5af61a1c2a7db8ffec86f619b1150f957543efaa (diff)
m 1 x: do not use virtualbox, build with exfat-nofuse
Diffstat (limited to '1systems')
-rw-r--r--1systems/x.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/1systems/x.nix b/1systems/x.nix
index 57e120e63..1e29876e7 100644
--- a/1systems/x.nix
+++ b/1systems/x.nix
@@ -8,7 +8,7 @@
[ # base
../.
../2configs/main-laptop.nix
- ../2configs/laptop-utils.nix
+ ../2configs/tools/all.nix
../2configs/laptop-backup.nix
../2configs/dnscrypt.nix
@@ -46,7 +46,7 @@
../2configs/mail-client.nix
../2configs/printer.nix
../2configs/virtualization.nix
- ../2configs/virtualization-virtualbox.nix
+ # ../2configs/virtualization-virtualbox.nix
../2configs/wwan.nix
../2configs/rad1o.nix
@@ -64,7 +64,9 @@
../2configs/fs/sda-crypto-root-home.nix
];
- makefu.server.primary-itf = "wlp2s0";
+ boot.kernelParams = [ "acpi_osi=Linux" "acpi_backlight=vendor" ];
+
+ makefu.server.primary-itf = "wlp3s0";
makefu.full-populate = true;
makefu.umts.apn = "web.vodafone.de";
@@ -75,6 +77,7 @@
servers.default.server-names = [ "_" ];
};
+ boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
environment.systemPackages = [ pkgs.passwdqc-utils pkgs.bintray-upload ];
virtualisation.docker.enable = true;
[cgit] Unable to lock slot /tmp/cgit/85300000.lock: No such file or directory (2)