desko/lappy: explicitly set system.stateVersion

This commit is contained in:
2022-05-28 13:14:48 -07:00
parent 7ae8526771
commit 524e9749be
2 changed files with 6 additions and 0 deletions

View File

@@ -15,4 +15,7 @@
pkgs.electrum pkgs.electrum
]; ];
}; };
# docs: https://nixos.org/manual/nixos/stable/options.html#opt-system.stateVersion
system.stateVersion = "21.05";
} }

View File

@@ -12,4 +12,7 @@
system = "x86_64-linux"; system = "x86_64-linux";
gui = "gnome"; gui = "gnome";
}; };
# docs: https://nixos.org/manual/nixos/stable/options.html#opt-system.stateVersion
system.stateVersion = "21.05";
} }