common: specify stateVersion per machine
This commit is contained in:
parent
cd4a003816
commit
6e4d125b63
|
@ -445,6 +445,4 @@ in {
|
|||
Defaults lecture = always
|
||||
Defaults lecture_file = ${sudoLecture}
|
||||
'';
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
}
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
./services/stable-diffusion.nix
|
||||
./services/tailscale.nix
|
||||
./services/keybase.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"x86_64-windows"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{ config, lib, secrets, modulesPath, ... }:
|
||||
{
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
|
@ -26,6 +24,8 @@
|
|||
./services/scrapers/nhk-easy-news/default.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
machineVars = {
|
||||
headless = true;
|
||||
dataDrives = {
|
||||
|
|
Loading…
Reference in New Issue