feat: update flake inputs and home config

- bump flake-parts, home-manager, nixpkgs, nixvim, search
- add code-cursor to allowUnfree and home packages
- adjust firewall config under networking
This commit is contained in:
Thiago Sposito 2025-09-19 14:45:29 -03:00
parent a168d2e0e7
commit cab6411899
Signed by: thiago
GPG key ID: 3065EA73A976D430
3 changed files with 30 additions and 27 deletions

View file

@ -41,16 +41,18 @@
LC_TIME = "pt_BR.UTF-8";
};
networking.firewall = {
allowedTCPPorts = [
11434
8888
8000
8080
];
allowPing = true;
enable = true;
networking = {
hostName = "Nixstation";
firewall = {
allowedTCPPorts = [
11434
8000
8080
8888
];
allowPing = true;
enable = true;
};
};
nix = {