diff options
author | Alan Pearce | 2017-10-02 19:59:50 +0200 |
---|---|---|
committer | Alan Pearce | 2017-10-02 19:59:50 +0200 |
commit | 2edba7e1a76d3970bddd9baf6319c0b68b9c9f36 (patch) | |
tree | 52a857a662974ab338c4ec559cbd63a82dca84f3 /modules/hardware | |
parent | acfa8110cdf4dde9532d33442a4ad18f5a6196c6 (diff) | |
download | nixos-configuration-2edba7e1a76d3970bddd9baf6319c0b68b9c9f36.tar.lz nixos-configuration-2edba7e1a76d3970bddd9baf6319c0b68b9c9f36.tar.zst nixos-configuration-2edba7e1a76d3970bddd9baf6319c0b68b9c9f36.zip |
Laptop: Use remote build server
Diffstat (limited to 'modules/hardware')
-rw-r--r-- | modules/hardware/laptop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix index 55dcbd1..a09b12d 100644 --- a/modules/hardware/laptop.nix +++ b/modules/hardware/laptop.nix @@ -73,5 +73,6 @@ imports = [ ../user-interface.nix + ../remote-build.nix ]; } |