diff options
author | Minijackson <minijackson@riseup.net> | 2024-06-07 10:28:58 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-06-07 10:28:58 +0200 |
commit | 28f90bdb63f824917c9aaff22e23a32f0aae1be4 (patch) | |
tree | 0ce2710c98565d8d8fa74925789d51f71490e2a6 /templates | |
parent | c6cfa4e946d1b08364e64a2ef80bd579a61cef5e (diff) | |
download | nixos-config-reborn-28f90bdb63f824917c9aaff22e23a32f0aae1be4.tar.gz nixos-config-reborn-28f90bdb63f824917c9aaff22e23a32f0aae1be4.zip |
flake: upgrade NixOS 23.11 -> 24.05
Diffstat (limited to 'templates')
-rw-r--r-- | templates/desktop/flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/desktop/flake.nix b/templates/desktop/flake.nix index 5295304..12f0898 100644 --- a/templates/desktop/flake.nix +++ b/templates/desktop/flake.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | description = "Flake for the myHostname host"; | 2 | description = "Flake for the myHostname host"; |
3 | 3 | ||
4 | inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05"; | 4 | inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; |
5 | inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; | 5 | inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; |
6 | inputs.nixos-config-reborn = { | 6 | inputs.nixos-config-reborn = { |
7 | url = "git+https://git.huh.gdn/NixOS/nixos-config-reborn"; | 7 | url = "git+https://git.huh.gdn/NixOS/nixos-config-reborn"; |
@@ -35,10 +35,10 @@ | |||
35 | ./tinc.nix | 35 | ./tinc.nix |
36 | 36 | ||
37 | ({ ... }: { | 37 | ({ ... }: { |
38 | home-manager.users.minijackson.home.stateVersion = "21.05"; | 38 | home-manager.users.minijackson.home.stateVersion = "24.05"; |
39 | home-manager.users.root.home.stateVersion = "21.05"; | 39 | home-manager.users.root.home.stateVersion = "24.05"; |
40 | 40 | ||
41 | system.stateVersion = "21.05"; | 41 | system.stateVersion = "24.05"; |
42 | }) | 42 | }) |
43 | ]; | 43 | ]; |
44 | }; | 44 | }; |