feat: work qol

This commit is contained in:
Leon Schwarzäugl 2025-02-25 14:02:57 +01:00
parent a9eadbe2ed
commit c8e4493b8a
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 58 additions and 10 deletions

View file

@ -42,7 +42,14 @@ in
};
};
networking.firewall.trustedInterfaces = [ "virbr0" ];
networking = {
firewall.trustedInterfaces = [ "virbr0" ];
search = [
"vbc.ac.at"
"clip.vbc.ac.at"
"imp.univie.ac.at"
];
};
virtualisation = {
docker.enable = true;