summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-10-19 19:43:34 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-10-19 19:43:34 +0200
commit28e6834916d1d4524d350d5a9749b22de756f1a8 (patch)
tree53a023b7166c9921bde84bd9cd5c02d05b507be2 /ymir.nix
parentfeb463d4a3684349f6821ec10e5408e7e8f3acf9 (diff)
downloadnixos-28e6834916d1d4524d350d5a9749b22de756f1a8.tar
nixos-28e6834916d1d4524d350d5a9749b22de756f1a8.tar.gz
nixos-28e6834916d1d4524d350d5a9749b22de756f1a8.tar.bz2
nixos-28e6834916d1d4524d350d5a9749b22de756f1a8.tar.xz
nixos-28e6834916d1d4524d350d5a9749b22de756f1a8.zip
...
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 46f92e49..2f4a53f0 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1010,7 +1010,7 @@ in rec {
1010 1010
1011 users.extraUsers."vsftpd" = { 1011 users.extraUsers."vsftpd" = {
1012 home = mkForce "/srv/ftp"; 1012 home = mkForce "/srv/ftp";
1013 groups = [ "ssl" ]; 1013 extraGroups = [ "ssl" ];
1014 }; 1014 };
1015 1015
1016 security.dhparams = { 1016 security.dhparams = {