From 28f90bdb63f824917c9aaff22e23a32f0aae1be4 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 7 Jun 2024 10:28:58 +0200 Subject: flake: upgrade NixOS 23.11 -> 24.05 --- templates/desktop/flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') 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 @@ { description = "Flake for the myHostname host"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; inputs.nixos-config-reborn = { url = "git+https://git.huh.gdn/NixOS/nixos-config-reborn"; @@ -35,10 +35,10 @@ ./tinc.nix ({ ... }: { - home-manager.users.minijackson.home.stateVersion = "21.05"; - home-manager.users.root.home.stateVersion = "21.05"; + home-manager.users.minijackson.home.stateVersion = "24.05"; + home-manager.users.root.home.stateVersion = "24.05"; - system.stateVersion = "21.05"; + system.stateVersion = "24.05"; }) ]; }; -- cgit v1.2.3