Compare commits
	
		
			2 commits
		
	
	
		
			9594a9c28e
			...
			d8af7fa3cb
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d8af7fa3cb | |||
| 75ef98eb97 | 
					 2 changed files with 14 additions and 15 deletions
				
			
		|  | @ -11,14 +11,15 @@ in | |||
| 
 | ||||
|   config = mkIf cfg.enable { | ||||
|     services = { | ||||
|       dbus.implementation = "broker"; | ||||
|       dbus.packages = [ pkgs.gcr ]; | ||||
| 
 | ||||
|       gnome.tracker-miners.enable = lib.mkForce false; | ||||
| 
 | ||||
|       flatpak.enable = true; | ||||
|       xserver = { | ||||
|         layout = "de+us"; | ||||
|         enable = true; | ||||
|         displayManager.gdm.enable = true; | ||||
|         desktopManager.gnome.enable = true; | ||||
|       }; | ||||
| 
 | ||||
|       pcscd.enable = true; | ||||
| 
 | ||||
|       # Enable CUPS to print documents. | ||||
|       printing.enable = true; | ||||
| 
 | ||||
|  | @ -35,16 +36,17 @@ in | |||
|         #media-session.enable = true; | ||||
|       }; | ||||
| 
 | ||||
|       dbus.packages = [ pkgs.gcr ]; | ||||
| 
 | ||||
|       udev.packages = [ | ||||
|         pkgs.libu2f-host | ||||
|         pkgs.yubikey-personalization | ||||
|       ]; | ||||
| 
 | ||||
|       dbus.implementation = "broker"; | ||||
|       keybase.enable = true; | ||||
|       kbfs.enable = false; | ||||
|       xserver = { | ||||
|         layout = "de+us"; | ||||
|         enable = true; | ||||
|         displayManager.gdm.enable = true; | ||||
|         desktopManager.gnome.enable = true; | ||||
|       }; | ||||
|     }; | ||||
|     #security.pam.p11.control = "sufficient"; | ||||
|     #security.pam.p11.control = "required"; | ||||
|  | @ -54,7 +56,6 @@ in | |||
|     #security.pam.yubico.control = "sufficient"; | ||||
|     #security.pam.yubico.mode = "challenge-response"; | ||||
| 
 | ||||
|     #services.pcscd.enable = true; | ||||
|     #security.tpm2.pkcs11.enable = true; | ||||
| 
 | ||||
|     # Enable sound with pipewire. | ||||
|  | @ -90,8 +91,6 @@ in | |||
|       jetbrains-toolbox | ||||
|       jq | ||||
|       kbfs | ||||
|       keybase | ||||
|       keybase-gui | ||||
|       libu2f-host | ||||
|       mosh | ||||
|       mosh | ||||
|  |  | |||
|  | @ -13,7 +13,7 @@ with lib.plusultra; | |||
|     operation = "boot"; | ||||
|     allowReboot = false; | ||||
|     flags = [ "--update-input" "nixpkgs" ]; | ||||
|     flake = "git+https://git.hoyer.xyz/harald/nixcfg#${networking.hostName}"; | ||||
|     flake = "git+https://git.hoyer.xyz/harald/nixcfg#x1"; | ||||
|   }; | ||||
| 
 | ||||
|   plusultra.gui.enable = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue