Compare commits

..

No commits in common. "62d8807b1e9b0a413687bca47c33bbdf20265b61" and "c635d650342571cf6b0d4e0c69e620a6598c1bad" have entirely different histories.

2 changed files with 8 additions and 9 deletions

View file

@ -27,7 +27,7 @@ let
alacritty alacritty
libreoffice-fresh libreoffice-fresh
backintime-common backintime-common
unstable.anki-bin anki
signal-desktop signal-desktop
(tor-browser-bundle-bin.override { mediaSupport = true; pulseaudioSupport = true; }) (tor-browser-bundle-bin.override { mediaSupport = true; pulseaudioSupport = true; })
pdfpc pdfpc
@ -39,8 +39,6 @@ let
cawbird cawbird
olifant olifant
subsurface subsurface
yate
unstable.linphone
# for Hibiscus banking software # for Hibiscus banking software
jameica jameica

View file

@ -77,6 +77,7 @@ in
programs.wireshark = programs.wireshark =
{ {
enable = true; enable = true;
package = pkgs.wireshark-qt.overrideAttrs (oldAttrs: rec { patches = oldAttrs.patches ++ [ ./133dbc2.diff ];});
}; };
programs.adb.enable = true; programs.adb.enable = true;
@ -200,12 +201,12 @@ in
# declarative containers # declarative containers
containers = { containers = {
# hash2PubSim = import ./Hash2PubTestbed.nix hash2PubSim = import ./Hash2PubTestbed.nix
# { {
# inherit pkgs config; inherit pkgs config;
# experimentUid = config.users.users.spiollinux.uid; experimentUid = config.users.users.spiollinux.uid;
# projectDir = "/home/spiollinux/Seafile/Studium/Semester11/INF-PM-FP-ANW"; projectDir = "/home/spiollinux/Seafile/Studium/Semester11/INF-PM-FP-ANW";
# }; };
}; };
# stop NetworkManager from managing virtual interfaces # stop NetworkManager from managing virtual interfaces