update packages
This commit is contained in:
parent
34c3e678eb
commit
b91bf446da
3 changed files with 19 additions and 22 deletions
|
|
@ -5,7 +5,7 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
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.efi.canTouchEfiVariables = true;
|
||||
boot.supportedFilesystems = ["ntfs"];
|
||||
|
|
@ -156,6 +156,7 @@
|
|||
fonts.packages = with pkgs; [
|
||||
atkinson-hyperlegible
|
||||
];
|
||||
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
|
||||
services.openssh.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
|
|
|
|||
23
nix/flake.lock
generated
23
nix/flake.lock
generated
|
|
@ -75,11 +75,11 @@
|
|||
"zon2nix": "zon2nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1750884490,
|
||||
"narHash": "sha256-hRt8xWReiDFyR4MDFg7FCq1PtvJb8hmrelkifnu/7yI=",
|
||||
"lastModified": 1755209210,
|
||||
"narHash": "sha256-L/9twq6NXnIOKtKV9IP5uGVcz7Hf6KeEkFU1tluPplg=",
|
||||
"owner": "ghostty-org",
|
||||
"repo": "ghostty",
|
||||
"rev": "fa47db5363bedc5c3c9add87a83427447a273a90",
|
||||
"rev": "4e26bb65ae9f49c444bcfa59736e1cc1e52049cd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -158,11 +158,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1750622754,
|
||||
"narHash": "sha256-kMhs+YzV4vPGfuTpD3mwzibWUE6jotw5Al2wczI0Pv8=",
|
||||
"lastModified": 1755078291,
|
||||
"narHash": "sha256-Hu/gTDoi4uy6TAKISPHQusSMy8U6xUbLSDjKBYdhDIY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c7ab75210cb8cb16ddd8f290755d9558edde7ee1",
|
||||
"rev": "3385ca0cd7e14c1a1eb80401fe011705ff012323",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -198,11 +198,11 @@
|
|||
},
|
||||
"unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1750836778,
|
||||
"narHash": "sha256-sRLyRiC7TezRbbjGJwUFOgb2xMbSr3wQ0oJKfYlQ6s0=",
|
||||
"lastModified": 1755175540,
|
||||
"narHash": "sha256-V0j2S1r25QnbqBLzN2Rg/dKKil789bI3P3id7bDPVc4=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "d7bb1922f0bb3d0c990f56f9cdb767fdb20a5f22",
|
||||
"rev": "a595dde4d0d31606e19dcec73db02279db59d201",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -215,7 +215,8 @@
|
|||
"zig": {
|
||||
"inputs": {
|
||||
"flake-compat": [
|
||||
"ghostty"
|
||||
"ghostty",
|
||||
"flake-compat"
|
||||
],
|
||||
"flake-utils": [
|
||||
"ghostty",
|
||||
|
|
@ -261,8 +262,8 @@
|
|||
},
|
||||
"original": {
|
||||
"owner": "jcollie",
|
||||
"ref": "56c159be489cc6c0e73c3930bd908ddc6fe89613",
|
||||
"repo": "zon2nix",
|
||||
"rev": "56c159be489cc6c0e73c3930bd908ddc6fe89613",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
pkgs: with pkgs; [
|
||||
vim
|
||||
wget
|
||||
nextcloud-client
|
||||
kitty
|
||||
steam
|
||||
steam-run
|
||||
|
|
@ -91,29 +90,25 @@ pkgs: with pkgs; [
|
|||
hunspellDicts.es_ES
|
||||
hunspellDicts.en_US
|
||||
sqlite-interactive
|
||||
vscode-fhs
|
||||
direnv
|
||||
ffmpeg
|
||||
filezilla
|
||||
lrcget
|
||||
tailscale
|
||||
picard
|
||||
feishin
|
||||
asciinema
|
||||
gimp
|
||||
yq
|
||||
lnav
|
||||
insomnia
|
||||
qbittorrent
|
||||
shadps4
|
||||
afetch
|
||||
zed-editor
|
||||
p7zip
|
||||
ansible
|
||||
k3sup
|
||||
coder
|
||||
peek
|
||||
goose-cli
|
||||
gamemode
|
||||
lm_sensors
|
||||
appimage-run
|
||||
firefox-devedition
|
||||
coder
|
||||
xcolor
|
||||
signal-desktop
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue