Bump to new version

This commit is contained in:
2025-12-22 12:33:10 +01:00
parent 38ded1bfba
commit 29dbae8566
4 changed files with 24 additions and 17 deletions

28
flake.lock generated
View File

@@ -7,42 +7,42 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1758463745, "lastModified": 1765979862,
"narHash": "sha256-uhzsV0Q0I9j2y/rfweWeGif5AWe0MGrgZ/3TjpDYdGA=", "narHash": "sha256-/r9/1KamvbHJx6I40H4HsSXnEcBAkj46ZwibhBx9kg0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "3b955f5f0a942f9f60cdc9cacb7844335d0f21c3", "rev": "d3135ab747fd9dac250ffb90b4a7e80634eacbe9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-25.05", "ref": "release-25.11",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1760139962, "lastModified": 1765838191,
"narHash": "sha256-4xggC56Rub3WInz5eD7EZWXuLXpNvJiUPahGtMkwtuc=", "narHash": "sha256-m5KWt1nOm76ILk/JSCxBM4MfK3rYY7Wq9/TZIIeGnT8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7e297ddff44a3cc93673bb38d0374df8d0ad73e4", "rev": "c6f52ebd45e5925c188d1a20119978aa4ffd5ef6",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-25.05", "ref": "nixos-25.11",
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1760284886, "lastModified": 1766070988,
"narHash": "sha256-TK9Kr0BYBQ/1P5kAsnNQhmWWKgmZXwUQr4ZMjCzWf2c=", "narHash": "sha256-G/WVghka6c4bAzMhTwT2vjLccg/awmHkdKSd2JrycLc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cf3f5c4def3c7b5f1fc012b3d839575dbe552d43", "rev": "c6245e83d836d0433170a16eb185cefe0572f8b8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -66,11 +66,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1760393368, "lastModified": 1765836173,
"narHash": "sha256-8mN3kqyqa2PKY0wwZ2UmMEYMcxvNTwLaOrrDsw6Qi4E=", "narHash": "sha256-hWRYfdH2ONI7HXbqZqW8Q1y9IRbnXWvtvt/ONZovSNY=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "ab8d56e85b8be14cff9d93735951e30c3e86a437", "rev": "443a7f2e7e118c4fc63b7fae05ab3080dd0e5c63",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -26,6 +26,10 @@
device = "/swapfile"; device = "/swapfile";
size = 4096; size = 4096;
}]; }];
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 8080 ];
};
services.udev.extraRules = '' services.udev.extraRules = ''
# Ignore internal NVMe Windows partition # Ignore internal NVMe Windows partition

View File

@@ -51,7 +51,7 @@
networkmanagerapplet networkmanagerapplet
pavucontrol pavucontrol
feh feh
xdragon dragon-drop
tofi tofi
fuzzel fuzzel
@@ -121,7 +121,7 @@
tt tt
bitwarden-cli bitwarden-cli
lazydocker lazydocker
poppler_utils poppler-utils
unstable.kmonad unstable.kmonad
xorg.setxkbmap xorg.setxkbmap
prismlauncher prismlauncher
@@ -145,7 +145,8 @@
openjdk openjdk
# --- Build Tools --- # --- Build Tools ---
clang #clang
gcc
clang-tools clang-tools
gnumake gnumake
cmake cmake

View File

@@ -13,6 +13,8 @@
"uinput" "uinput"
"scanner" "scanner"
"lp" "lp"
"dialout"
"uucp"
"davfs2" "davfs2"
"wheel" "wheel"
"ydotool" "ydotool"