summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2024-12-12 19:22:53 +0100
committerMinijackson <minijackson@riseup.net>2024-12-12 19:41:25 +0100
commit262e6ca26de0bbf7191477eb387dc06a506d16b1 (patch)
treed3e3cd73475c81b5de787795accabc239147618d /templates
parent5cc889d066862ed881361a9cec3a593ffab53842 (diff)
downloadnixos-config-reborn-262e6ca26de0bbf7191477eb387dc06a506d16b1.tar.gz
nixos-config-reborn-262e6ca26de0bbf7191477eb387dc06a506d16b1.zip
flake: upgrade NixOS 24.05 -> 24.11
Diffstat (limited to 'templates')
-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 12f0898..3025434 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-24.05"; 4 inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
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 = "24.05"; 38 home-manager.users.minijackson.home.stateVersion = "24.11";
39 home-manager.users.root.home.stateVersion = "24.05"; 39 home-manager.users.root.home.stateVersion = "24.11";
40 40
41 system.stateVersion = "24.05"; 41 system.stateVersion = "24.11";
42 }) 42 })
43 ]; 43 ];
44 }; 44 };