This commit is contained in:
atagen 2023-05-18 20:00:41 +10:00
commit 9b741b5fa0
3 changed files with 11 additions and 6 deletions

12
flake.lock generated
View file

@ -262,11 +262,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1684372585,
"narHash": "sha256-FiPPuK/G4jcb2+1M17Y7OSzS19gfU4+RpAOkVHIi8yM=",
"lastModified": 1684393286,
"narHash": "sha256-Ws9uWtZLvTwL5HNonFr4YwyPoTU8QlCvhs6IJ92aLDw=",
"owner": "helix-editor",
"repo": "helix",
"rev": "91da0dc172dde1a972be7708188a134db70562c3",
"rev": "7f5940be80eaa3aec7903903072b7108f41dd97b",
"type": "github"
},
"original": {
@ -430,11 +430,11 @@
},
"nur": {
"locked": {
"lastModified": 1684382937,
"narHash": "sha256-QY0GrYIPkGlJYEYtr5DhjUf2y7n2pL34R9vxhrXgs8c=",
"lastModified": 1684403108,
"narHash": "sha256-vExZx+sBTqM7rHP6Tt9JA2bhjGcrxwIDiGpJamk2yi8=",
"owner": "nix-community",
"repo": "NUR",
"rev": "2e2c4bd074fe6ff588a95ed83d1602f41cdca63b",
"rev": "95ef79d0d41f42fd33695ce0bc8e284cd80b0967",
"type": "github"
},
"original": {

View file

@ -9,6 +9,9 @@
imports = [
./home.nix
];
home.packages = with pkgs; [
nicotine-plus
];
home = {
username = "bolt";

View file

@ -179,6 +179,8 @@
options = ["rw" "uid=1000" "gid=100"];
};
networking.nftables.enable = true;
networking.firewall = {
allowedUDPPorts = [1900];
allowedTCPPorts = [8200 2234];