diff options
| author | lassulus <lassulus@lassul.us> | 2017-07-12 19:11:29 +0200 |
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2017-07-12 19:11:29 +0200 |
| commit | f5328676c347a2785d2084628ba40448ec2680e8 (patch) | |
| tree | 06046d7a2eed347cdd97a6bc81d6299500a3137f /tv/2configs | |
| parent | ed9aca322dbcd2fa0484edb22076a56f49781d75 (diff) | |
| parent | b4d3d6c7ab2ff197b6dc47f366f698fceeb88242 (diff) | |
Merge branch 'staging/source'
Diffstat (limited to 'tv/2configs')
| -rw-r--r-- | tv/2configs/default.nix | 18 | ||||
| -rw-r--r-- | tv/2configs/hw/x220.nix | 2 |
2 files changed, 2 insertions, 18 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 3d95d6d..07496fd 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -6,23 +6,7 @@ with import <stockholm/lib>; in { krebs.enable = true; - krebs.build = { - user = config.krebs.users.tv; - source = let inherit (config.krebs.build) host; in { - nixos-config.symlink = "stockholm/tv/1systems/${host.name}.nix"; - secrets.file = getAttr builder { - buildbot = toString <stockholm/tv/dummy_secrets>; - tv = "/home/tv/secrets/${host.name}"; - }; - secrets-common.file = "/home/tv/secrets/common"; - nixpkgs.git = { - url = https://github.com/NixOS/nixpkgs; - ref = "057f89b9344e5341796046f25ae4f269be6d4529"; # nixos-17.03 - }; - } // optionalAttrs host.secure { - secrets-master.file = "/home/tv/secrets/master"; - }; - }; + krebs.build.user = config.krebs.users.tv; networking.hostName = config.krebs.build.host.name; diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index 6cc295d..e0a04e2 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -11,7 +11,7 @@ networking.wireless.enable = true; # Required for Centrino. - hardware.enableAllFirmware = true; + hardware.enableRedistributableFirmware = true; hardware.opengl.extraPackages = [ pkgs.vaapiIntel pkgs.vaapiVdpau ]; |
