home: move `home.stateVersion` to machine specific config
This commit is contained in:
parent
9db1b7f2e3
commit
83afd674a7
|
@ -68,7 +68,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "22.05";
|
|
||||||
username = "h7x4";
|
username = "h7x4";
|
||||||
homeDirectory = "/home/h7x4";
|
homeDirectory = "/home/h7x4";
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
|
home.stateVersion = "22.05";
|
||||||
}
|
}
|
|
@ -1,5 +1,7 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
|
home.stateVersion = "22.05";
|
||||||
|
|
||||||
programs.git.extraConfig.maintenance.repo = let
|
programs.git.extraConfig.maintenance.repo = let
|
||||||
home = config.home.homeDirectory;
|
home = config.home.homeDirectory;
|
||||||
in [
|
in [
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
|
home.stateVersion = "22.05";
|
||||||
}
|
}
|
Loading…
Reference in New Issue