[openconnect] Add openconnect-sso module
This commit is contained in:
		
							parent
							
								
									97a7a7a717
								
							
						
					
					
						commit
						91a01638a9
					
				
					 7 changed files with 37 additions and 5 deletions
				
			
		|  | @ -43,12 +43,10 @@ | ||||||
|       ]; |       ]; | ||||||
| 
 | 
 | ||||||
|       sharedOverlays = [ |       sharedOverlays = [ | ||||||
|         (import ./overlays/letter) |  | ||||||
|         (import ./overlays/icosystem) |  | ||||||
|         (import ./overlays/cmdtime) |         (import ./overlays/cmdtime) | ||||||
|       ]; |         (import ./overlays/icosystem) | ||||||
| 
 |         (import ./overlays/letter) | ||||||
|       sharedOverlays = [ |         (import ./overlays/openconnect-sso) | ||||||
|         (import ./overlays/spotify) |         (import ./overlays/spotify) | ||||||
|       ]; |       ]; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -11,6 +11,8 @@ | ||||||
|       model = "RTX 2060"; |       model = "RTX 2060"; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  |     networking.openconnect-sso.enable = true; | ||||||
|  | 
 | ||||||
|     programs = { |     programs = { | ||||||
|       home-manager.enable = true; |       home-manager.enable = true; | ||||||
|       sops.enable = true; |       sops.enable = true; | ||||||
|  |  | ||||||
|  | @ -11,6 +11,8 @@ | ||||||
|       model = "Quadro T2000"; |       model = "Quadro T2000"; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  |     networking.openconnect-sso.enable = true; | ||||||
|  | 
 | ||||||
|     programs = { |     programs = { | ||||||
|       home-manager.enable = true; |       home-manager.enable = true; | ||||||
|       sops.enable = true; |       sops.enable = true; | ||||||
|  |  | ||||||
|  | @ -2,6 +2,7 @@ | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./desktop |     ./desktop | ||||||
|     ./hardware |     ./hardware | ||||||
|  |     ./networking | ||||||
|     ./programs |     ./programs | ||||||
|     ./services |     ./services | ||||||
|     ./virtualisation |     ./virtualisation | ||||||
|  |  | ||||||
							
								
								
									
										5
									
								
								nixos/modules/networking/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								nixos/modules/networking/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | ||||||
|  | { | ||||||
|  |   imports = [ | ||||||
|  |     ./openconnect-sso | ||||||
|  |   ]; | ||||||
|  | } | ||||||
							
								
								
									
										20
									
								
								nixos/modules/networking/openconnect-sso/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								nixos/modules/networking/openconnect-sso/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | ||||||
|  | { config, lib, pkgs, ... }: | ||||||
|  | 
 | ||||||
|  | let | ||||||
|  |   cfg = config.sisyphus.networking.openconnect-sso; | ||||||
|  | in { | ||||||
|  |   options.sisyphus.networking.openconnect-sso.enable = lib.mkEnableOption "OpenConnect SSO"; | ||||||
|  | 
 | ||||||
|  |   config = lib.mkIf cfg.enable { | ||||||
|  |     nixpkgs = { | ||||||
|  |       config.permittedInsecurePackages = [ | ||||||
|  |         "python3.10-requests-2.28.2" | ||||||
|  |         "python3.10-cryptography-40.0.1" | ||||||
|  |       ]; | ||||||
|  |     }; | ||||||
|  | 
 | ||||||
|  |     environment.systemPackages = with pkgs; [ | ||||||
|  |       openconnect-sso | ||||||
|  |     ]; | ||||||
|  |   }; | ||||||
|  | } | ||||||
							
								
								
									
										4
									
								
								nixos/overlays/openconnect-sso/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								nixos/overlays/openconnect-sso/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,4 @@ | ||||||
|  | import "${builtins.fetchTarball { | ||||||
|  |   url = "https://github.com/vlaci/openconnect-sso/archive/master.tar.gz"; | ||||||
|  |   sha256 = "08cqd40p9vld1liyl6qrsdrilzc709scyfghfzmmja3m1m7nym94"; | ||||||
|  | }}/overlay.nix" | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue