From d5f26f28317a923397a36309554396194bfcad27 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 16 Feb 2017 18:28:59 +0100 Subject: m umts: add apn option --- makefu/1systems/x.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'makefu/1systems/x.nix') diff --git a/makefu/1systems/x.nix b/makefu/1systems/x.nix index 08da9206..57e120e6 100644 --- a/makefu/1systems/x.nix +++ b/makefu/1systems/x.nix @@ -66,6 +66,7 @@ ]; makefu.server.primary-itf = "wlp2s0"; makefu.full-populate = true; + makefu.umts.apn = "web.vodafone.de"; nixpkgs.config.allowUnfree = true; krebs.nginx = { -- cgit v1.2.3 From 4eeecc9dbde44592451ef1295593e69fe80473cc Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 1 Mar 2017 15:51:48 +0100 Subject: m 1 x: do not use virtualbox, build with exfat-nofuse --- makefu/1systems/x.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'makefu/1systems/x.nix') diff --git a/makefu/1systems/x.nix b/makefu/1systems/x.nix index 57e120e6..1e29876e 100644 --- a/makefu/1systems/x.nix +++ b/makefu/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 v1.2.3 From 1135487724b442b78d7f4d863c02ab6b7fb801b2 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 1 Mar 2017 15:53:16 +0100 Subject: m x230: move specific config to general config --- makefu/1systems/x.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'makefu/1systems/x.nix') diff --git a/makefu/1systems/x.nix b/makefu/1systems/x.nix index 1e29876e..9666f50f 100644 --- a/makefu/1systems/x.nix +++ b/makefu/1systems/x.nix @@ -64,7 +64,6 @@ ../2configs/fs/sda-crypto-root-home.nix ]; - boot.kernelParams = [ "acpi_osi=Linux" "acpi_backlight=vendor" ]; makefu.server.primary-itf = "wlp3s0"; makefu.full-populate = true; -- cgit v1.2.3