Helix: display inlay hints

Nextcloud deployment
This commit is contained in:
Filippo Berto 2023-04-27 11:12:16 +02:00
parent 1c8f2b7b9f
commit 027f988477
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
8 changed files with 69 additions and 54 deletions

View file

@ -1,6 +1,7 @@
{ pkgs, config, lib, ... }: {
users.groups.garage = { };
users.users.garage = { isSystemUser = true; group = "garage"; };
age.secrets.garage_rpc_secret = { file = ../secrets/garage_rpc_secret.age; owner = "garage"; };
networking.firewall.interfaces."ztmjfdwjkp".allowedTCPPorts = [
3901