Updated flake & added development configuration

This commit is contained in:
2024-07-17 10:54:54 +02:00
parent 726b059e5e
commit b2b37b0537
6 changed files with 63 additions and 29 deletions

View File

@@ -10,6 +10,7 @@
# CLI
../../modules/home/cli/common
../../modules/home/cli/develop.nix
../../modules/home/cli/ssh.nix
];
@@ -49,6 +50,8 @@
gimp
inkscape
# Development
unstable.drawio
];
home.stateVersion = "24.05";

View File

@@ -37,7 +37,7 @@
networking.networkmanager.enable = true;
networking.firewall = {
allowedTCPPorts = [ 1080 ];
allowedTCPPorts = [ 80 443 1080 ];
allowedUDPPorts = [ 53 ];
};