[openconnect-sso] Fix poetry error
This commit is contained in:
parent
2843567f2c
commit
381cfbcd72
4 changed files with 14 additions and 9 deletions
|
@ -11,7 +11,10 @@
|
|||
model = "RTX 2060";
|
||||
};
|
||||
|
||||
networking.openconnect-sso.enable = true;
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
openconnect-sso.enable = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
flakes.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue