change vaultwarden to simple service
All checks were successful
Build and Push to Cachix / Push to Binary Cache (X86-64) (push) Successful in 4m26s
Build and Push to Cachix / Push to Binary Cache (aarch64) (push) Successful in 14m16s

This commit is contained in:
Adithya 2024-12-01 15:12:03 +05:30
parent 75682d84aa
commit d0ffd1a57e
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -66,7 +66,6 @@ in
after = [ "network-online.target" ];
environment = cfg.config;
serviceConfig = {
Type = "notify";
DynamicUser = true;
EnvironmentFile = cfg.environmentFiles;
AmbientCapabilities = [ "" ];