Compare commits

...

3 commits

Author SHA1 Message Date
5ea2cc81d0
London: add htb ovpn 2025-02-03 15:39:27 +01:00
58d04e60f5
london: Add florine 2025-01-26 16:23:00 +01:00
08d1980c69
Enable remote play 2025-01-26 15:44:05 +01:00
2 changed files with 45 additions and 1 deletions

View file

@ -20,6 +20,14 @@
# Nix
nixpkgs.config.allowUnfree = true;
services.openvpn.servers = {
htb = {
config = ''
config /root/openvpn/htb.ovpn
'';
};
};
age.secrets = {
wg0Private.file = ../../secrets/london-wg0.age;
personalMailPwd = {
@ -112,5 +120,38 @@
"${pkgs.coreutils}/bin/cat ${config.age.secrets.publicMailPwd.path}";
};
};
florine = {
description = "Florine";
uid = 1001;
shell = pkgs.fish;
groups = [
"video"
"audio"
"seat"
"keys"
"dialout"
"network"
];
hmConfig = {
my.desktop.sway.monitors = [
{
name = "Iiyama North America PL2470H 0x0000047B";
resolution = "1920x1080@165.003Hz";
position = "1920 0";
defaultWorkspace = 1;
}
{
name = "Iiyama North America PL2530H 1154392601941";
resolution = "1920x1080@74.973Hz";
position = "0 0";
defaultWorkspace = 2;
}
];
my.games.wine.enable = true;
my.games.steam.enable = true;
};
};
};
}

View file

@ -28,7 +28,10 @@ in
wrapperFeatures.gtk = true;
};
programs.steam.enable = anySteamUser;
programs.steam = {
enable = anySteamUser;
remotePlay.openFirewall = true;
};
hardware.steam-hardware.enable = anySteamUser;
xdg.portal = mkIf anySwayUser {