updated config to 25.05 - IMPORTANT - DO NOT APPLY TO 23.11 nodes, this is an intermediate commit! LOCAL UPGRADE REQUIRED!
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz";
|
||||
home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-25.05.tar.gz";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
@@ -8,7 +8,7 @@ in
|
||||
];
|
||||
home-manager.users."${config.vars.username}" = {
|
||||
/* The home.stateVersion option does not have a default and must be set */
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "25.05";
|
||||
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user