Make necessary changes for 23.05

- Explicitly enable fish
- No longer use OpenSSL 1.1 for BURP (decryption now seems to work fine
  with current OpenSSL)
- Move sshd settings to `settings`
This commit is contained in:
fruchti 2023-06-20 21:51:15 +02:00
parent ef4ad4da58
commit d2daab08a1
4 changed files with 8 additions and 3 deletions

View file

@ -11,7 +11,6 @@
hash = "sha256-/vYon0XUIuMAaaaRNehzMspKMHWp0tJm8JubRt1KmZU=";
};
configureFlags = [ "--sysconfdir=/var/lib/burp" ];
buildInputs = with super; [ librsync ncurses openssl_1_1 zlib uthash ];
patches = [];
}));
})