chore: update state versions
This commit is contained in:
parent
becf9ba8ba
commit
e073ed6cab
|
@ -48,5 +48,5 @@
|
||||||
services.printing.drivers = with pkgs; [ epson-escpr ];
|
services.printing.drivers = with pkgs; [ epson-escpr ];
|
||||||
|
|
||||||
# only change this when specified in release notes
|
# only change this when specified in release notes
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.11";
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,5 +33,5 @@
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
home.stateVersion = "21.05";
|
home.stateVersion = "21.11";
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,5 +66,5 @@ with pkgs; {
|
||||||
dos2unix
|
dos2unix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "21.05";
|
home.stateVersion = "21.11";
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,5 +92,5 @@
|
||||||
portfolio
|
portfolio
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "21.05";
|
home.stateVersion = "21.11";
|
||||||
}
|
}
|
||||||
|
|
2
rpi4.nix
2
rpi4.nix
|
@ -103,5 +103,5 @@ in with builtins; {
|
||||||
};
|
};
|
||||||
|
|
||||||
# only change this when specified in release notes
|
# only change this when specified in release notes
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.11";
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,5 +31,5 @@
|
||||||
services.printing.drivers = with pkgs; [ epson-escpr ];
|
services.printing.drivers = with pkgs; [ epson-escpr ];
|
||||||
|
|
||||||
# only change this when specified in release notes
|
# only change this when specified in release notes
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue