diff options
author | jeschli <jeschli@gmail.com> | 2018-01-19 10:38:32 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-01-19 10:38:32 +0100 |
commit | 4918ddf9ecba6c7604065b1b5f3d50bf25d66e4d (patch) | |
tree | 1b5fbd66868b0cdff8793fff2c68909d86d7d28f /lass/1systems | |
parent | 595b5de0bd57e3f9567ff8554fd49e43b3d9c7b1 (diff) | |
parent | 09abdb667c4c9da77d854a10c8614c22916e639d (diff) |
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/helios/config.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix index fc30a3478..f53e93f26 100644 --- a/lass/1systems/helios/config.nix +++ b/lass/1systems/helios/config.nix @@ -131,7 +131,6 @@ with import <stockholm/lib>; services.xserver.displayManager.sessionCommands = '' ${pkgs.xorg.xrandr}/bin/xrandr --output DP-6 --off --output DP-5 --off --output DP-4 --mode 2560x1440 --pos 3840x0 --rotate left --output DP-3 --off --output DP-2 --primary --mode 3840x2160 --pos 0x400 --rotate normal --output DP-1 --off --output DP-0 --mode 2560x1440 --pos 5280x1120 --rotate normal - ${pkgs.systemd}/bin/systemctl start xresources.service ''; networking.hostName = lib.mkForce "BLN02NB0162"; |