Update config

This commit is contained in:
thiloho
2024-08-07 11:31:13 +02:00
parent 46c1c783ec
commit 117c9c188b
7 changed files with 238 additions and 158 deletions

View File

@@ -12,8 +12,14 @@
networking = {
hostName = "pc";
firewall = {
allowedTCPPorts = [ 5173 8081 ];
allowedUDPPorts = [ 5173 8081 ];
allowedTCPPorts = [
5173
8081
];
allowedUDPPorts = [
5173
8081
];
};
};
@@ -55,13 +61,17 @@
''}"
];
home-manager.users.thiloho = { pkgs, lib, ... }: {
programs.git.signing.key = "5ECD00BDC15A987E";
home = {
packages = with pkgs; [ blender inkscape ];
stateVersion = "23.05";
home-manager.users.thiloho =
{ pkgs, lib, ... }:
{
programs.git.signing.key = "5FED02C109365F87";
home = {
packages = with pkgs; [
blender
inkscape
];
stateVersion = "23.05";
};
};
};
system.stateVersion = "23.05";
}