feat: add rbw (bitwarden cli)
This commit is contained in:
parent
e92f03ea0a
commit
7bdc1c4048
4 changed files with 30 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ settings, lib, ... }:
|
||||
{
|
||||
settings,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
networking = {
|
||||
|
|
@ -10,7 +15,10 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
dbus.enable = true;
|
||||
dbus = {
|
||||
enable = true;
|
||||
packages = [ pkgs.gcr ];
|
||||
};
|
||||
openssh = {
|
||||
enable = true;
|
||||
ports = [ 22 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue