refactor: nixos does not need to specify to install package if service is enabled
parent
d188747687
commit
1ab8deff37
|
@ -70,10 +70,6 @@ See [Proxy Examples](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examp
|
|||
ROCKET_PORT = 8812;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bitwarden_rs-vault
|
||||
];
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue