feat: upgrade to 24.05

fix: remove or update some packages
This commit is contained in:
Ryan Yin
2024-05-23 18:47:26 +08:00
parent 82dccbdeca
commit 9adf87aaf5
39 changed files with 151 additions and 230 deletions
+1 -1
View File
@@ -18,5 +18,5 @@
networkmanager.enable = true;
defaultGateway = "192.168.5.101";
};
system.stateVersion = "23.11";
system.stateVersion = "24.05";
}
+1 -1
View File
@@ -40,7 +40,7 @@
},
"original": {
"owner": "nixos",
"ref": "nixos-23.11",
"ref": "nixos-24.05",
"repo": "nixpkgs",
"type": "github"
}
+1 -1
View File
@@ -2,7 +2,7 @@
description = "NixOS configuration of Ryan Yin";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
impermanence.url = "github:nix-community/impermanence";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
};