add system version

This commit is contained in:
陈浩南 2023-06-23 13:02:33 +08:00
parent 10f128dd69
commit a314f1f8ca

View File

@ -18,7 +18,11 @@
}; };
networking.hostName = hostName; networking.hostName = hostName;
time.timeZone = "Asia/Shanghai"; time.timeZone = "Asia/Shanghai";
system.stateVersion = "22.11"; system =
{
stateVersion = "22.11";
configurationRevision = inputs.self.rev or "dirty";
};
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
systemd = systemd =
{ {