[openconnect-sso] Fix poetry error

This commit is contained in:
Tibo De Peuter 2024-02-18 16:31:46 +01:00
parent 2843567f2c
commit 381cfbcd72
4 changed files with 14 additions and 9 deletions

View file

@ -11,7 +11,10 @@
model = "RTX 2060";
};
networking.openconnect-sso.enable = true;
networking = {
networkmanager.enable = true;
openconnect-sso.enable = true;
};
nix = {
flakes.enable = true;