[NixOS] Enable kbfs filesystem

This commit is contained in:
Ivan Malison 2018-07-11 20:14:18 -07:00
parent 444acff526
commit 45f1b865f4
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 1 additions and 12 deletions

View File

@ -1,12 +0,0 @@
[Unit]
Description=Keybase
Wants=taffybar.service
After=taffybar.service
[Service]
Type=forking
ExecStart=/usr/bin/env run_keybase
PIDFile=$XDG_RUNTIME_DIR/keybase/keybased.pid
[Install]
WantedBy=wm.target

View File

@ -229,6 +229,7 @@ in
userServices = true;
};
};
services.kbfs.enable = true;
sound.enable = true;
hardware.pulseaudio.enable = true;