refactor: nixos does not need to specify to install package if service is enabled

Joel 2021-12-16 14:01:10 +10:00
parent d188747687
commit 1ab8deff37
1 changed files with 0 additions and 4 deletions

@ -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
];
}
```