update to nixos 23.05

This commit is contained in:
Erik Arvstedt 2023-07-08 15:33:00 +02:00
parent 55c64d8dff
commit e2cce7daa8
No known key found for this signature in database
GPG key ID: 33312B944DD97846
8 changed files with 19 additions and 16 deletions

View file

@ -265,7 +265,7 @@
services.openssh = {
enable = true;
passwordAuthentication = false;
settings.PasswordAuthentication = false;
};
users.users.root = {
openssh.authorizedKeys.keys = [
@ -292,7 +292,7 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.11"; # Did you read the comment?
system.stateVersion = "23.05"; # Did you read the comment?
# The nix-bitcoin release version that your config is compatible with.
# When upgrading to a backwards-incompatible release, nix-bitcoin will display an