Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-02-25 17:16:10 +05:30
parent e0a9283d2e
commit ed71d6459c
5 changed files with 17 additions and 27 deletions

View File

@@ -6,13 +6,13 @@
allowedTCPPorts = [
22 # ssh
80 # http
# 5454
# 5454
5001 #gitea
4646 #nomad
# 8500 #vault nomad consul
# 8500 #vault nomad consul
8000 #simpler-filehost
# 6666 #concourse
# 202 #gitea-ssh
# 6666 #concourse
# 202 #gitea-ssh
];
allowedUDPPorts = [ 17840 ];
trustedInterfaces = [ "docker0" ];

View File

@@ -17,7 +17,7 @@
services = {
openssh = {
enable = true;
ports = [22 22001];
ports = [ 22 22001 ];
};
postgresql = {
enable = true;

View File

@@ -6,5 +6,6 @@
extraPortals = [
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
];
config.common.default = "*";
};
}

View File

@@ -27,15 +27,8 @@
enable = true;
};
};
extraLayouts = {
colemak = {
description = "Colemak Layouts";
languages = [ "eng" ];
symbolsFile = ./colemak;
};
};
layout = "us";
xkbVariant = "colemak_dh"; # trying to ditch DHz now
xkb.layout = "us";
xkb.variant = "colemak_dh"; # trying to ditch DHz now
autoRepeatDelay = 320;
autoRepeatInterval = 30;
};