1
0
Fork 0

update packages

This commit is contained in:
cătălin 2025-08-15 18:21:23 +02:00
commit b91bf446da
No known key found for this signature in database
3 changed files with 19 additions and 22 deletions

View file

@ -5,7 +5,7 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
nixpkgs.config.allowBroken = true; nixpkgs.config.allowBroken = true;
nixpkgs.config.permittedInsecurePackages = ["electron-33.4.11"]; nixpkgs.config.permittedInsecurePackages = ["electron-33.4.11" "mono-5.20.1.34"];
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = ["ntfs"]; boot.supportedFilesystems = ["ntfs"];
@ -156,6 +156,7 @@
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
atkinson-hyperlegible atkinson-hyperlegible
]; ];
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
services.openssh.enable = true; services.openssh.enable = true;
services.tailscale.enable = true; services.tailscale.enable = true;
virtualisation.docker.enable = true; virtualisation.docker.enable = true;

23
nix/flake.lock generated
View file

@ -75,11 +75,11 @@
"zon2nix": "zon2nix" "zon2nix": "zon2nix"
}, },
"locked": { "locked": {
"lastModified": 1750884490, "lastModified": 1755209210,
"narHash": "sha256-hRt8xWReiDFyR4MDFg7FCq1PtvJb8hmrelkifnu/7yI=", "narHash": "sha256-L/9twq6NXnIOKtKV9IP5uGVcz7Hf6KeEkFU1tluPplg=",
"owner": "ghostty-org", "owner": "ghostty-org",
"repo": "ghostty", "repo": "ghostty",
"rev": "fa47db5363bedc5c3c9add87a83427447a273a90", "rev": "4e26bb65ae9f49c444bcfa59736e1cc1e52049cd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -158,11 +158,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1750622754, "lastModified": 1755078291,
"narHash": "sha256-kMhs+YzV4vPGfuTpD3mwzibWUE6jotw5Al2wczI0Pv8=", "narHash": "sha256-Hu/gTDoi4uy6TAKISPHQusSMy8U6xUbLSDjKBYdhDIY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c7ab75210cb8cb16ddd8f290755d9558edde7ee1", "rev": "3385ca0cd7e14c1a1eb80401fe011705ff012323",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -198,11 +198,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1750836778, "lastModified": 1755175540,
"narHash": "sha256-sRLyRiC7TezRbbjGJwUFOgb2xMbSr3wQ0oJKfYlQ6s0=", "narHash": "sha256-V0j2S1r25QnbqBLzN2Rg/dKKil789bI3P3id7bDPVc4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d7bb1922f0bb3d0c990f56f9cdb767fdb20a5f22", "rev": "a595dde4d0d31606e19dcec73db02279db59d201",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -215,7 +215,8 @@
"zig": { "zig": {
"inputs": { "inputs": {
"flake-compat": [ "flake-compat": [
"ghostty" "ghostty",
"flake-compat"
], ],
"flake-utils": [ "flake-utils": [
"ghostty", "ghostty",
@ -261,8 +262,8 @@
}, },
"original": { "original": {
"owner": "jcollie", "owner": "jcollie",
"ref": "56c159be489cc6c0e73c3930bd908ddc6fe89613",
"repo": "zon2nix", "repo": "zon2nix",
"rev": "56c159be489cc6c0e73c3930bd908ddc6fe89613",
"type": "github" "type": "github"
} }
} }

View file

@ -1,7 +1,6 @@
pkgs: with pkgs; [ pkgs: with pkgs; [
vim vim
wget wget
nextcloud-client
kitty kitty
steam steam
steam-run steam-run
@ -91,29 +90,25 @@ pkgs: with pkgs; [
hunspellDicts.es_ES hunspellDicts.es_ES
hunspellDicts.en_US hunspellDicts.en_US
sqlite-interactive sqlite-interactive
vscode-fhs
direnv direnv
ffmpeg ffmpeg
filezilla filezilla
lrcget lrcget
tailscale tailscale
picard picard
feishin
asciinema asciinema
gimp gimp
yq yq
lnav
insomnia
qbittorrent qbittorrent
shadps4
afetch afetch
zed-editor
p7zip p7zip
ansible ansible
k3sup k3sup
coder
peek
goose-cli
gamemode gamemode
lm_sensors lm_sensors
appimage-run
firefox-devedition
coder
xcolor
signal-desktop
] ]