hosts: init snowflake proxy for specific hosts

This commit is contained in:
notohh 2023-06-14 23:37:18 -04:00
parent 29b1af303e
commit 0cfa32b2fb
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 5 additions and 1 deletions

View file

@ -18,6 +18,8 @@
hostName = "sakura"; hostName = "sakura";
}; };
services.snowflake-proxy.enable = true;
services.xserver = { services.xserver = {
layout = "us"; layout = "us";
xkbVariant = ""; xkbVariant = "";

View file

@ -31,6 +31,8 @@
hostName = "tsuki"; hostName = "tsuki";
}; };
services.snowflake-proxy.enable = true;
services = { services = {
xserver = { xserver = {
enable = true; enable = true;

View file

@ -18,7 +18,7 @@
networking.hostName = "yuki"; networking.hostName = "yuki";
networking.networkmanager.enable = true; services.snowflake-proxy.enable = true;
services.xserver = { services.xserver = {
layout = "us"; layout = "us";