robolab setup

This commit is contained in:
Rouven Seifert 2023-03-09 19:15:05 +01:00
parent 06c7893ad7
commit 5f5ca3fc12
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
9 changed files with 42 additions and 29 deletions

View file

@ -85,9 +85,8 @@
devmon.enable = true; # automount stuff
printing = {
enable = true;
#drivers = with pkgs; [ gutenprint gutenprint-bin ];
};
avahi = {
avahi = { # autodiscover printers
enable = true;
nssmdns = true;
};
@ -147,7 +146,8 @@
python3
zip
unzip
mupdf
nvme-cli
intel-gpu-tools
];
system.stateVersion = "22.11";

View file

@ -31,6 +31,10 @@
psk = "@FSR_PSK@";
authProtocols = [ "WPA-PSK" ];
};
"RoboLab Playground" = {
psk = "@ROBOLAB_PSK@";
authProtocols = [ "WPA-PSK" ];
};
};
openconnect.interfaces = {
TUD-A-Tunnel = {