tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
server: use bitwarden from unstable channel
wiro.world
4 months ago
e6e1ce8e
fd04e6a4
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
+4
-3
2 changed files
expand all
collapse all
unified
split
flake.lock
nixos
profiles
server.nix
+3
-3
flake.lock
···
1035
1035
},
1036
1036
"unixpkgs": {
1037
1037
"locked": {
1038
1038
-
"lastModified": 1761373498,
1039
1039
-
"narHash": "sha256-Q/uhWNvd7V7k1H1ZPMy/vkx3F8C13ZcdrKjO7Jv7v0c=",
1038
1038
+
"lastModified": 1762363567,
1039
1039
+
"narHash": "sha256-YRqMDEtSMbitIMj+JLpheSz0pwEr0Rmy5mC7myl17xs=",
1040
1040
"owner": "nixos",
1041
1041
"repo": "nixpkgs",
1042
1042
-
"rev": "6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce",
1042
1042
+
"rev": "ae814fd3904b621d8ab97418f1d0f2eb0d3716f4",
1043
1043
"type": "github"
1044
1044
},
1045
1045
"original": {
+1
nixos/profiles/server.nix
···
596
596
age.secrets.vaultwarden-env.file = ../../secrets/vaultwarden-env.age;
597
597
services.vaultwarden = {
598
598
enable = true;
599
599
+
package = upkgs.vaultwarden;
599
600
600
601
environmentFile = config.age.secrets.vaultwarden-env.path;
601
602
config = {