Compare commits
3 commits
c635d65034
...
62d8807b1e
Author | SHA1 | Date | |
---|---|---|---|
62d8807b1e | |||
a8c1495216 | |||
a98047f924 |
2 changed files with 9 additions and 8 deletions
|
@ -27,7 +27,7 @@ let
|
||||||
alacritty
|
alacritty
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
backintime-common
|
backintime-common
|
||||||
anki
|
unstable.anki-bin
|
||||||
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,6 +39,8 @@ let
|
||||||
cawbird
|
cawbird
|
||||||
olifant
|
olifant
|
||||||
subsurface
|
subsurface
|
||||||
|
yate
|
||||||
|
unstable.linphone
|
||||||
|
|
||||||
# for Hibiscus banking software
|
# for Hibiscus banking software
|
||||||
jameica
|
jameica
|
||||||
|
|
|
@ -77,7 +77,6 @@ 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;
|
||||||
|
@ -201,12 +200,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue