fix: had bad nixpkgs and nixos version
This commit is contained in:
parent
927996220b
commit
5021020d7b
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
# flakes are essensial
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
system.stateVersion = "22.11";
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue