zellij, hyprland config

This commit is contained in:
iofq 2024-11-18 20:10:08 -06:00
parent 39052c860d
commit 22cca03fec
12 changed files with 135 additions and 51 deletions

View file

@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
imports = [
./hardware-configuration.nix
./k3s.nix
@ -38,10 +35,10 @@
enable = true;
allowedTCPPorts = [
22
9000
30001
30303
30304
9000 #charon holesky
30001 #mainnet
30303 #mainnet
30304 #charon holesky
];
logRefusedConnections = true;
};
@ -67,11 +64,15 @@
"wheel"
"docker"
];
openssh.authorizedKeys.keys = [''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHM4Zr0PFN7QdOG2aJ+nuzRCK6caulrpY6bphA1Ppl8Y e@t14''];
openssh.authorizedKeys.keys = [
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHM4Zr0PFN7QdOG2aJ+nuzRCK6caulrpY6bphA1Ppl8Y e@t14''
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAdo4PS8myKaKAdyIqSFj2VJ+oZ9DNRIp7PBz8IWKjjy''
];
};
hd = {
isNormalUser = true;
extraGroups = [
"wheel"
"docker"
];
};