Compare commits

..

No commits in common. "e3c79188d379fd3ab5f90462a0ad2098dacecfd4" and "c358881432d27c45e3458ce3f8bc4682fe3e3ebd" have entirely different histories.

4 changed files with 4 additions and 12 deletions

View file

@ -32,9 +32,9 @@ in {
natural_scroll = true;
scroll_factor = 0.5;
};
kb_options = lib.mkDefault "caps:escape,grp:alt_shift_toggle";
kb_layout = lib.mkDefault "us,gb";
kb_variant = lib.mkDefault "dvorak,";
kb_options = lib.mkDefault "caps:escape";
kb_layout = lib.mkDefault "us";
kb_variant = lib.mkDefault "dvorak";
numlock_by_default = true;
accel_profile = "flat";
};

View file

@ -6,14 +6,10 @@
"steam-original"
"osu-lazer"
];
environment.systemPackages = with pkgs; [
gamescope-wsi # HDR won't work without this
];
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
gamescopeSession = {
enable = true;
args = ["-r" "120" "-W" "3840" "-H" "2160" "-O" "HDMI-A-1" "--rt" "--hdr-enabled" "--adaptive-sync" "--xwayland-count" "2"];

View file

@ -61,7 +61,7 @@ in {
{
name = "synapse";
url = "https://raw.githubusercontent.com/element-hq/synapse/refs/heads/master/contrib/grafana/synapse.json";
sha256 = "sha256:1lhhhzjm1rj25gg6dnmgwaxr05f8p2ndrlygdnjqzam7s6y75db3";
sha256 = "sha256:0yzj1i4zbjy9cms75ip6ad8qyjgv9kka42gxsbzyzr2syznsmqw0";
}
];
}

View file

@ -5,10 +5,6 @@ in {
services.vaultwarden = {
enable = true;
backupDir = "/mnt/storage/backups/vaultwarden";
config = {
ROCKET_ADDRESS = "::1";
ROCKET_PORT = 8222;
};
};
services.nginx.virtualHosts.${domain} = {
forceSSL = true;