mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Allow less secure Mac because of Nextcloud
This commit is contained in:
parent
d56652156b
commit
d723c3bc4b
1 changed files with 7 additions and 0 deletions
|
|
@ -127,6 +127,13 @@
|
|||
};
|
||||
users.groups.www-data = { gid = 991; };
|
||||
|
||||
services.openssh.settings.Macs = [
|
||||
"hmac-sha2-512-etm@openssh.com"
|
||||
"hmac-sha2-256-etm@openssh.com"
|
||||
"umac-128-etm@openssh.com"
|
||||
"hmac-sha2-256" # Needed for Nextcloud sshfs
|
||||
];
|
||||
|
||||
users.users.steam = {
|
||||
isNormalUser = true;
|
||||
group = config.users.groups.steam.name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue