From c8ddf91829b9b3104f7b69117034e744951580e0 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 28 Aug 2023 17:50:44 +0200 Subject: Update --- configuration.nix | 9 ++++++--- flake.lock | 8 ++++---- flake.nix | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/configuration.nix b/configuration.nix index 5da9f94..538745d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -38,6 +38,7 @@ ]; programs = { + fish.enable = true; bash.enableCompletion = true; gnupg.agent = { enable = true; @@ -47,9 +48,11 @@ services.openssh = { enable = true; - passwordAuthentication = false; - permitRootLogin = "no"; - forwardX11 = true; + settings = { + PasswordAuthentication = false; + PermitRootLogin = "no"; + X11Forwarding = true; + }; }; environment = { diff --git a/flake.lock b/flake.lock index 443e206..66ec8b6 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1684398685, - "narHash": "sha256-TRE62m91iZ5ArVMgA+uj22Yda8JoQuuhc9uwZ+NoX+0=", + "lastModified": 1692794066, + "narHash": "sha256-H0aG8r16dj0x/Wz6wQhQxc9V7AsObOiHPaKxQgH6Y08=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "628d4bb6e9f4f0c30cfd9b23d3c1cdcec9d3cb5c", + "rev": "fc944919f743bb22379dddf18dcb72db6cff84aa", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-22.11", + "ref": "nixos-23.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 4d89f0a..cafe695 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "System environment of Adrian Kummerlaender"; inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-22.11; + nixpkgs.url = github:NixOS/nixpkgs/nixos-23.05; pkgs-personal.url = github:KnairdA/pkgs/master; }; -- cgit v1.2.3