Compare commits
	
		
			No commits in common. "0b77381bb0737f20375c7dd771b45a0ae0fcdf6a" and "26521600a10f055282dfc8f4694b75218092a87e" have entirely different histories.
		
	
	
		
			0b77381bb0
			...
			26521600a1
		
	
		
					 4 changed files with 38 additions and 62 deletions
				
			
		|  | @ -8,14 +8,10 @@ | ||||||
|   sisyphus = { |   sisyphus = { | ||||||
|     desktop.sway.enable = true; |     desktop.sway.enable = true; | ||||||
| 
 | 
 | ||||||
|     hardware = { |     hardware.nvidia = { | ||||||
|       eid.enable = true; |  | ||||||
|       nvidia = { |  | ||||||
|       enable = true; |       enable = true; | ||||||
|       model = "Quadro T2000"; |       model = "Quadro T2000"; | ||||||
|     }; |     }; | ||||||
|       yubikey.enable = true; |  | ||||||
|     }; |  | ||||||
| 
 | 
 | ||||||
|     networking = { |     networking = { | ||||||
|       networkmanager.enable = true; |       networkmanager.enable = true; | ||||||
|  | @ -35,6 +31,7 @@ | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|     services = { |     services = { | ||||||
|  |       monero.enable = true; | ||||||
|       pipewire.enable = true; |       pipewire.enable = true; | ||||||
|       tailscale.enable = true; |       tailscale.enable = true; | ||||||
|     }; |     }; | ||||||
|  | @ -42,7 +39,7 @@ | ||||||
|     users.tdpeuter.enable = true; |     users.tdpeuter.enable = true; | ||||||
| 
 | 
 | ||||||
|     virtualisation = { |     virtualisation = { | ||||||
|       docker.enable = true; |       qemu.enable = true; | ||||||
|       virtualbox.enable = true; |       virtualbox.enable = true; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
|  | @ -1,6 +1,5 @@ | ||||||
| { | { | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./eid |  | ||||||
|     ./nvidia |     ./nvidia | ||||||
|     ./yubikey |     ./yubikey | ||||||
|   ]; |   ]; | ||||||
|  |  | ||||||
|  | @ -1,18 +0,0 @@ | ||||||
| { config, lib, pkgs-unstable, ... }: |  | ||||||
| 
 |  | ||||||
| let |  | ||||||
|   cfg = config.sisyphus.hardware.eid; |  | ||||||
| in { |  | ||||||
|   options.sisyphus.hardware.eid.enable = lib.mkEnableOption "Electronic identity card (eID)"; |  | ||||||
| 
 |  | ||||||
|   config = lib.mkIf cfg.enable { |  | ||||||
|     services.pcscd = { |  | ||||||
|       enable = true; |  | ||||||
|       plugins = [ pkgs-unstable.ccid ]; |  | ||||||
|     }; |  | ||||||
| 
 |  | ||||||
|     environment.systemPackages = with pkgs-unstable; [ |  | ||||||
|       eid-mw |  | ||||||
|     ]; |  | ||||||
|   }; |  | ||||||
| } |  | ||||||
|  | @ -18,15 +18,12 @@ in { | ||||||
|           DisableFirefoxStudies = true; |           DisableFirefoxStudies = true; | ||||||
|           DisablePocket = true; |           DisablePocket = true; | ||||||
|           DisableTelemetry = true; |           DisableTelemetry = true; | ||||||
|  |           ExtensionSettings = {}; | ||||||
|           OfferToSaveLogins = false; |           OfferToSaveLogins = false; | ||||||
|         }; |         }; | ||||||
|         # Support smart cards |  | ||||||
|         pkcs11Modules = with pkgs-unstable; [ |  | ||||||
|           eid-mw |  | ||||||
|         ]; |  | ||||||
|       }; |       }; | ||||||
| 
 |       profiles.tdpeuter = { | ||||||
|       profiles.tdpeuter.search = { |         search = { | ||||||
|           default = "DuckDuckGo"; |           default = "DuckDuckGo"; | ||||||
|           force = true; |           force = true; | ||||||
|           engines = { |           engines = { | ||||||
|  | @ -61,4 +58,5 @@ in { | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|  |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue