vaultwarden
This commit is contained in:
parent
cb702d833b
commit
72d6e48343
4 changed files with 24 additions and 0 deletions
|
|
@ -24,6 +24,16 @@
|
|||
openFirewall = true;
|
||||
};
|
||||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
|
||||
config = {
|
||||
DOMAIN = "https://vault.kittykat.poggerer.xyz";
|
||||
SIGNUPS_ALLOWED = false;
|
||||
ROCKET_PORT = 8222;
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
system.stateVersion = "25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue