Updated stuff to nixos-23.11 #9
8 changed files with 8 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
|||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
system.stateVersion = "22.11";
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
users.users.cyberian = {
|
||||
isNormalUser = true;
|
|
@ -17,7 +17,7 @@
|
|||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
system.stateVersion = "22.11";
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
users.users.cyberian = {
|
||||
isNormalUser = true;
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"variables": {
|
||||
"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": "9ff2cc768e322c600f8b2ea40464137bbf12ebf968d47e1df2f20a50bddf826a",
|
||||
"qcow2_image": "nixos-minimal-22.11-x86_64"
|
||||
"iso_url": "https://releases.nixos.org/nixos/23.11/nixos-23.11.7093.44072e24566c/nixos-minimal-23.11.7093.44072e24566c-x86_64-linux.iso",
|
||||
"iso_checksum": "c9429576b10a4bf7a14aa8794b31c15b13d4f75ca936bc8e004aa6dadecd470b",
|
||||
"qcow2_image": "nixos-minimal-23.11-x86_64"
|
||||
},
|
||||
"provisioners": [
|
||||
{
|
|
@ -1 +1,2 @@
|
|||
@aynish:sealight.xyz
|
||||
@symys:fnord.theinfinitycorporation.com
|
||||
|
|
|
@ -5,7 +5,8 @@ packages:
|
|||
- rsync
|
||||
- packer
|
||||
environment:
|
||||
version: 22.11
|
||||
version: 23.11
|
||||
NIX_CONFIG: "experimental-features = nix-command flakes"
|
||||
spokes:
|
||||
- deploy@baikal.cyberia.club
|
||||
sources:
|
||||
|
|
Loading…
Reference in a new issue