mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update to 23.05
This commit is contained in:
parent
bf10990db8
commit
28ad173e34
1 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "Harbinger";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-22.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -86,14 +86,13 @@
|
|||
security.acme.acceptTerms = true;
|
||||
security.acme.defaults.email = "aaronhoneycutt@proton.me";
|
||||
|
||||
services.openssh = { # 22.11
|
||||
# services.openssh.settings = {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
permitRootLogin = "no";
|
||||
settings.PermitRootLogin = "no";
|
||||
};
|
||||
|
||||
system = {
|
||||
stateVersion = "22.11";
|
||||
stateVersion = "23.05";
|
||||
autoUpgrade.enable = true;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue