mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
user updates
This commit is contained in:
parent
d2353d8b59
commit
4670c5d323
|
@ -17,6 +17,7 @@
|
|||
(zathura.override { plugins = [ zathuraPkgs.zathura_pdf_mupdf ]; })
|
||||
gimp
|
||||
ffmpeg
|
||||
jellyfin-media-player
|
||||
|
||||
# bluetooth
|
||||
blueman
|
||||
|
|
|
@ -35,6 +35,14 @@ in
|
|||
hostname = "login.zih.tu-dresden.de";
|
||||
user = "rose159e";
|
||||
};
|
||||
"mininet" = {
|
||||
hostname = "internet.netd.cs.tu-dresden.de";
|
||||
user = "root";
|
||||
port = 2133;
|
||||
extraOptions = {
|
||||
ProxyJump = "tud";
|
||||
};
|
||||
};
|
||||
|
||||
# iFSR
|
||||
"quitte" = {
|
||||
|
|
Loading…
Reference in a new issue