rofi & gpg

This commit is contained in:
2024-03-04 21:13:15 +01:00
parent 6f5f0fa1f5
commit 9bbebf48a2
7 changed files with 78 additions and 14 deletions

View File

@@ -1,11 +1,7 @@
{ pkgs, lib, ... }:
{
environment.systemPackages = with pkgs; [
# dropbox - we don't need this in the environment. systemd unit pulls it in
fq
dropbox-cli
];
environment.systemPackages = with pkgs; [ dropbox dropbox-cli ];
networking.firewall = {
allowedTCPPorts = [ 17500 ];