From 58f8441a1e9834b1ab240f9b41ac7493c112e114 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 25 Mar 2021 04:07:18 +0100 Subject: [PATCH] nixos-module/defaults: set system.stateVersion --- nix/nixos-module/defaults.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/nixos-module/defaults.nix b/nix/nixos-module/defaults.nix index bea0fba..47dbe61 100644 --- a/nix/nixos-module/defaults.nix +++ b/nix/nixos-module/defaults.nix @@ -13,4 +13,6 @@ networking.hostName = hostName; users.users.root.initialHashedPassword = ""; + + system.stateVersion = "20.09"; }