diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-01 12:53:13 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-01 12:53:13 +0200 |
commit | 39727b738b535b6fede2bb607e7f836abef0a689 (patch) | |
tree | 30c0bd89fb94f14e8314d55c2b871d79477d67ca | |
parent | 8822dc3f1f8672ea7292d5dc6e8ba7ce15ff5a13 (diff) | |
download | user-config-39727b738b535b6fede2bb607e7f836abef0a689.tar.gz user-config-39727b738b535b6fede2bb607e7f836abef0a689.zip |
add software
-rw-r--r-- | nixos/common.nix | 3 | ||||
-rw-r--r-- | nixos/lindy.nix | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 829d256..e840014 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -185,12 +185,15 @@ in inkscape krita mupdf + xournalpp nextcloud-client homebank nicotine-plus gnome.seahorse gqrx + sdrpp qgis + virt-manager (st.overrideAttrs (oldAttrs: rec { patches = [ diff --git a/nixos/lindy.nix b/nixos/lindy.nix index 3ddeaf2..a2ae352 100644 --- a/nixos/lindy.nix +++ b/nixos/lindy.nix @@ -94,6 +94,7 @@ Kogami UUID=61534c91-df18-4c71-9244-54e677f5d4fa /root/kogami_key # Making dev work available outside networking.firewall.allowedTCPPorts = [ 8910 + 8920 ]; # GnuPG agent at system level, if at home level conflicts with arch |