Skip to content

Commit

Permalink
update hosts/tv
Browse files Browse the repository at this point in the history
  • Loading branch information
ksevelyar committed Apr 28, 2023
1 parent 4371414 commit 471347c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hosts/tv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ args@{ config, lib, pkgs, ... }:
../services/mpd.nix
../services/journald.nix
../services/x.nix
../services/x/picom.nix
../services/x/redshift.nix
../services/x/unclutter.nix
../services/x/random-wallpaper.nix
Expand All @@ -51,6 +50,7 @@ args@{ config, lib, pkgs, ... }:
networking.hostName = "tv";
networking.interfaces.eno1.useDHCP = true;
networking.useDHCP = false;
networking.networkmanager.enable = true; # run nmtui for wi-fi
networking.wireguard.interfaces = {
skynet = {
ips = [ "192.168.42.42" ];
Expand Down Expand Up @@ -97,6 +97,9 @@ args@{ config, lib, pkgs, ... }:
'';
};
};
environment.variables = {
GDK_SCALE = "2";
};

# J4125 (F11 for boot menu)
# DIMM DDR4 16GB
Expand Down

0 comments on commit 471347c

Please sign in to comment.