bump nixos to 22.11 #8
6 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.version = 2;
|
boot.loader.grub.version = 2;
|
||||||
boot.loader.grub.device = "/dev/vda";
|
boot.loader.grub.device = "/dev/vda";
|
||||||
system.stateVersion = "22.05";
|
system.stateVersion = "22.11";
|
||||||
|
|
||||||
users.users.cyberian = {
|
users.users.cyberian = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
|
@ -17,7 +17,7 @@
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.version = 2;
|
boot.loader.grub.version = 2;
|
||||||
boot.loader.grub.device = "/dev/vda";
|
boot.loader.grub.device = "/dev/vda";
|
||||||
system.stateVersion = "22.05";
|
system.stateVersion = "22.11";
|
||||||
|
|
||||||
users.users.cyberian = {
|
users.users.cyberian = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"variables": {
|
"variables": {
|
||||||
"iso_url": "https://releases.nixos.org/nixos/22.05/nixos-22.05.1700.365e1b3a859/nixos-minimal-22.05.1700.365e1b3a859-x86_64-linux.iso",
|
"iso_url": "https://releases.nixos.org/nixos/22.11/nixos-22.11.1574.6a3f9996408/nixos-minimal-22.11.1574.6a3f9996408-x86_64-linux.iso",
|
||||||
"iso_checksum": "aa9eeb04a491a84036368a93545400d79d16d281d4b7a29979bbb4f8476f9b81",
|
"iso_checksum": "9ff2cc768e322c600f8b2ea40464137bbf12ebf968d47e1df2f20a50bddf826a",
|
||||||
"qcow2_image": "nixos-minimal-22.05-x86_64"
|
"qcow2_image": "nixos-minimal-22.11-x86_64"
|
||||||
},
|
},
|
||||||
"provisioners": [
|
"provisioners": [
|
||||||
{
|
{
|
Loading…
Reference in a new issue