Compare commits
	
		
			2 commits
		
	
	
		
			e3ca974851
			...
			ca7f3fb973
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| ca7f3fb973 | |||
| 0b5e66f4ea | 
					 2 changed files with 3 additions and 5 deletions
				
			
		|  | @ -14,7 +14,7 @@ in | |||
| { | ||||
|   options.plusultra.nix = with types; { | ||||
|     enable = mkBoolOpt false "Whether or not to manage nix configuration."; | ||||
|     package = mkOpt package pkgs.nixUnstable "Which nix package to use."; | ||||
|     package = mkOpt package pkgs.nix "Which nix package to use."; | ||||
| 
 | ||||
|     default-substituter = { | ||||
|       url = mkOpt str "https://cache.nixos.org" "The url for the substituter."; | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| { pkgs, lib, ... }: | ||||
| { pkgs, lib, config, ... }: | ||||
| with lib; | ||||
| with lib.plusultra; | ||||
| { | ||||
|  | @ -24,13 +24,11 @@ with lib.plusultra; | |||
|   }; | ||||
| 
 | ||||
|   sops.secrets.pccs = { | ||||
|     sopsFile = ../.secrets/sgx/pccs.yaml; # bring your own password file | ||||
|     sopsFile = ../../../.secrets/sgx/pccs.yaml; # bring your own password file | ||||
|   }; | ||||
| 
 | ||||
|   networking.wireless.enable = false; # Enables wireless support via wpa_supplicant. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   plusultra.gui.enable = false; | ||||
|   plusultra.nix.enable = true; | ||||
|   plusultra.nix.extra-substituters = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue