Updated flake & added development configuration
This commit is contained in:
@@ -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";
|
||||
|
@@ -37,7 +37,7 @@
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 1080 ];
|
||||
allowedTCPPorts = [ 80 443 1080 ];
|
||||
allowedUDPPorts = [ 53 ];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user