hippocampus: webdav user shell

This commit is contained in:
2024-07-13 09:40:59 -04:00
parent 9254276fd5
commit 6d2e57d22a

View File

@@ -1,4 +1,7 @@
{ config, pkgs, lib, ... }: {
users.users.webdav = {
shell = pkgs.bashInteractive;
};
sops.secrets.webdav = {
owner = config.services.webdav.user;
};