summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-23 16:57:43 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-23 17:05:27 +0100
commit9532ab2aaead395f7b97a72ad803cceb4d29f1e9 (patch)
treec8ca64cd33b9c245a7c7744a7223f822f8fe123e /hosts
parent93c2272889d661d4d732c8ed989fe907d96660d9 (diff)
downloadnixos-9532ab2aaead395f7b97a72ad803cceb4d29f1e9.tar
nixos-9532ab2aaead395f7b97a72ad803cceb4d29f1e9.tar.gz
nixos-9532ab2aaead395f7b97a72ad803cceb4d29f1e9.tar.bz2
nixos-9532ab2aaead395f7b97a72ad803cceb4d29f1e9.tar.xz
nixos-9532ab2aaead395f7b97a72ad803cceb4d29f1e9.zip
bump
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sif/default.nix2
-rw-r--r--hosts/surtr/default.nix2
-rw-r--r--hosts/vidhar/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index 3c9cf390..1f4a074e 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -349,7 +349,7 @@
349 ''; 349 '';
350 350
351 services.dbus.packages = with pkgs; 351 services.dbus.packages = with pkgs;
352 [ dbus gnome3.dconf 352 [ dbus dconf
353 ]; 353 ];
354 354
355 programs = { 355 programs = {
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index 8554d112..ffa79bea 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -120,7 +120,7 @@
120 services.openssh = { 120 services.openssh = {
121 enable = true; 121 enable = true;
122 passwordAuthentication = false; 122 passwordAuthentication = false;
123 challengeResponseAuthentication = false; 123 kbdInteractiveAuthentication = false;
124 extraConfig = '' 124 extraConfig = ''
125 AllowGroups ssh 125 AllowGroups ssh
126 ''; 126 '';
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 9905d1f8..0a49e37b 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -85,7 +85,7 @@
85 services.openssh = { 85 services.openssh = {
86 enable = true; 86 enable = true;
87 passwordAuthentication = false; 87 passwordAuthentication = false;
88 challengeResponseAuthentication = false; 88 kbdInteractiveAuthentication = false;
89 extraConfig = '' 89 extraConfig = ''
90 AllowGroups ssh 90 AllowGroups ssh
91 ''; 91 '';