hosts/hyacinth: init
This commit is contained in:
parent
1d770f1678
commit
f8952fc47e
8 changed files with 130 additions and 6 deletions
|
|
@ -31,9 +31,9 @@ let
|
|||
serverIp
|
||||
];
|
||||
};
|
||||
blossom = {
|
||||
hyacinth = {
|
||||
gateway = "192.168.100.1";
|
||||
interface = "wlp3s0";
|
||||
interface = "enp5s0";
|
||||
routes = [
|
||||
serverIp
|
||||
];
|
||||
|
|
@ -45,7 +45,7 @@ let
|
|||
publicKey = "VDqcpS0lJzFgwikj61MJ1xc9P8Cuq0NXa+Hc+etn2iA=";
|
||||
allowedIPs = [ "10.100.0.2/32" ];
|
||||
};
|
||||
blossom = {
|
||||
hyacinth = {
|
||||
publicKey = "6nVhazYdmC15A/nke9VrqIg3sOBVOmqj4GEsyBq7MVo=";
|
||||
allowedIPs = [ "10.100.0.3/32" ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
{ config, pkgs, ... }: {
|
||||
xsession.windowManager.bspwm = {
|
||||
enable = true;
|
||||
monitors = { eDP-1 = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" "0"]; };
|
||||
monitors = { "DisplayPort-0" = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" "0"]; };
|
||||
settings = {
|
||||
window_gap = 10;
|
||||
border_width = 0;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
script = builtins.readFile ../../scripts/polybar.sh;
|
||||
settings = {
|
||||
"bar/scroller" = {
|
||||
monitor = "eDP-1";
|
||||
monitor = "DisplayPort-0";
|
||||
width = "100%";
|
||||
height = 1;
|
||||
background = colours.background1;
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
};
|
||||
|
||||
"bar/top" = {
|
||||
monitor = "eDP-1";
|
||||
monitor = "DisplayPort-0";
|
||||
width = "100%";
|
||||
height = 29;
|
||||
background = colours.background1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue