update and fix localsend

This commit is contained in:
Noa Aarts 2024-04-12 10:11:46 +02:00
parent 2a2da1ef52
commit ac1975c53c
3 changed files with 14 additions and 13 deletions

18
flake.lock generated
View file

@ -444,11 +444,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1712835979,
"narHash": "sha256-m44SvLfwPc8qPpBQa5ObOtTe6RbVNfQLpn+bCdlHFxQ=",
"lastModified": 1712877538,
"narHash": "sha256-FK4Rhq9mEf8wpS3/K/ueB5Sql2XOeCQX/SzCe/QySNk=",
"owner": "hyprwm",
"repo": "hyprland",
"rev": "185a3b48814cc4a1afbf32a69792a6161c4038cd",
"rev": "b1a94302897ae559c877471f7d365651bcd24ad4",
"type": "github"
},
"original": {
@ -514,11 +514,11 @@
]
},
"locked": {
"lastModified": 1711283076,
"narHash": "sha256-Cda+XbHpvyz3HhdJ7FlXFoaazOWtdBoOWmEaj4ZFwRM=",
"lastModified": 1712878696,
"narHash": "sha256-pFr52cCOHVmoBe50cYGzyFX8OTwjPB6E9YMAkynd2FQ=",
"owner": "hyprwm",
"repo": "hyprpicker",
"rev": "0eb49192a5cdd5e6e8e6c2c82c33857d78d6cd56",
"rev": "be7a0e82c4ea3fa04eca4f941a2983256955c1d3",
"type": "github"
},
"original": {
@ -751,11 +751,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1712608508,
"narHash": "sha256-vMZ5603yU0wxgyQeHJryOI+O61yrX2AHwY6LOFyV1gM=",
"lastModified": 1712791164,
"narHash": "sha256-3sbWO1mbpWsLepZGbWaMovSO7ndZeFqDSdX0hZ9nVyw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4cba8b53da471aea2ab2b0c1f30a81e7c451f4b6",
"rev": "1042fd8b148a9105f3c0aca3a6177fd1d9360ba5",
"type": "github"
},
"original": {

View file

@ -42,8 +42,8 @@
# auto optimise every so often
# auto-optimise-store = true;
experimental-features = ["nix-command" "flakes"];
substituters = ["https://hyprland.cachix.org" "https://cache.iog.io"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="];
substituters = ["https://hyprland.cachix.org" "https://cache.iog.io" "https://cuda-maintainers.cachix.org" ];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" ];
};
optimise.automatic = true;
gc = {
@ -224,8 +224,8 @@
};
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedUDPPorts = [ 80 443 ];
networking.firewall.allowedTCPPorts = [ 80 443 53317 ];
networking.firewall.allowedUDPPorts = [ 80 443 53317 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;

View file

@ -59,6 +59,7 @@
go
nodejs
opam
localsend
];