rofi & gpg
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user