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
|
||||
libreoffice-fresh
|
||||
backintime-common
|
||||
anki
|
||||
unstable.anki-bin
|
||||
signal-desktop
|
||||
(tor-browser-bundle-bin.override { mediaSupport = true; pulseaudioSupport = true; })
|
||||
pdfpc
|
||||
|
@ -39,6 +39,8 @@ let
|
|||
cawbird
|
||||
olifant
|
||||
subsurface
|
||||
yate
|
||||
unstable.linphone
|
||||
|
||||
# for Hibiscus banking software
|
||||
jameica
|
||||
|
|
|
@ -77,7 +77,6 @@ in
|
|||
programs.wireshark =
|
||||
{
|
||||
enable = true;
|
||||
package = pkgs.wireshark-qt.overrideAttrs (oldAttrs: rec { patches = oldAttrs.patches ++ [ ./133dbc2.diff ];});
|
||||
};
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
@ -201,12 +200,12 @@ in
|
|||
|
||||
# declarative containers
|
||||
containers = {
|
||||
hash2PubSim = import ./Hash2PubTestbed.nix
|
||||
{
|
||||
inherit pkgs config;
|
||||
experimentUid = config.users.users.spiollinux.uid;
|
||||
projectDir = "/home/spiollinux/Seafile/Studium/Semester11/INF-PM-FP-ANW";
|
||||
};
|
||||
# hash2PubSim = import ./Hash2PubTestbed.nix
|
||||
# {
|
||||
# inherit pkgs config;
|
||||
# experimentUid = config.users.users.spiollinux.uid;
|
||||
# projectDir = "/home/spiollinux/Seafile/Studium/Semester11/INF-PM-FP-ANW";
|
||||
# };
|
||||
};
|
||||
|
||||
# stop NetworkManager from managing virtual interfaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue