summaryrefslogtreecommitdiffstats
path: root/templates/desktop/flake.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2024-06-07 10:28:58 +0200
committerMinijackson <minijackson@riseup.net>2024-06-07 10:28:58 +0200
commit28f90bdb63f824917c9aaff22e23a32f0aae1be4 (patch)
tree0ce2710c98565d8d8fa74925789d51f71490e2a6 /templates/desktop/flake.nix
parentc6cfa4e946d1b08364e64a2ef80bd579a61cef5e (diff)
downloadnixos-config-reborn-28f90bdb63f824917c9aaff22e23a32f0aae1be4.tar.gz
nixos-config-reborn-28f90bdb63f824917c9aaff22e23a32f0aae1be4.zip
flake: upgrade NixOS 23.11 -> 24.05
Diffstat (limited to 'templates/desktop/flake.nix')
-rw-r--r--templates/desktop/flake.nix8
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 };