Compare commits
	
		
			1 Commits
		
	
	
		
			50c62a4d3f
			...
			ucode-addi
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8c942769e3 | 
@@ -12,6 +12,7 @@
 | 
				
			|||||||
      inputs.nixpkgs.follows = "nixpkgs";
 | 
					      inputs.nixpkgs.follows = "nixpkgs";
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    ghostty.url = "github:ghostty-org/ghostty";
 | 
					    ghostty.url = "github:ghostty-org/ghostty";
 | 
				
			||||||
 | 
					    ucodenix.url = "github:e-tho/ucodenix";
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  outputs = inputs @ {
 | 
					  outputs = inputs @ {
 | 
				
			||||||
@@ -21,6 +22,7 @@
 | 
				
			|||||||
    darwin,
 | 
					    darwin,
 | 
				
			||||||
    home-manager,
 | 
					    home-manager,
 | 
				
			||||||
    ghostty,
 | 
					    ghostty,
 | 
				
			||||||
 | 
					    ucodenix,
 | 
				
			||||||
    ...
 | 
					    ...
 | 
				
			||||||
  }: let
 | 
					  }: let
 | 
				
			||||||
    userName = "wyatt";
 | 
					    userName = "wyatt";
 | 
				
			||||||
@@ -63,6 +65,7 @@
 | 
				
			|||||||
      };
 | 
					      };
 | 
				
			||||||
      modules = [
 | 
					      modules = [
 | 
				
			||||||
        nix-flatpak.nixosModules.nix-flatpak
 | 
					        nix-flatpak.nixosModules.nix-flatpak
 | 
				
			||||||
 | 
					        ucodenix.nixosModules.default
 | 
				
			||||||
        ./modules/common
 | 
					        ./modules/common
 | 
				
			||||||
        ./modules/machine/cloud
 | 
					        ./modules/machine/cloud
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,6 +24,7 @@ in {
 | 
				
			|||||||
    ../../graphics
 | 
					    ../../graphics
 | 
				
			||||||
    ../../pwrMgmt
 | 
					    ../../pwrMgmt
 | 
				
			||||||
    ../../networking/core.nix
 | 
					    ../../networking/core.nix
 | 
				
			||||||
 | 
					    ../../security/sudo.nix
 | 
				
			||||||
    ../../sound/pipewire.nix
 | 
					    ../../sound/pipewire.nix
 | 
				
			||||||
    ../../sound/shairport.nix
 | 
					    ../../sound/shairport.nix
 | 
				
			||||||
    ../../virtualization/podman.nix
 | 
					    ../../virtualization/podman.nix
 | 
				
			||||||
@@ -176,5 +177,10 @@ in {
 | 
				
			|||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # security.sudo.needsPassword = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # Enable microcode updates
 | 
				
			||||||
 | 
					  services.ucodenix.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  system.stateVersion = "24.11";
 | 
					  system.stateVersion = "24.11";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,4 @@
 | 
				
			|||||||
 | 
					# FIXME: this file is broken but i don't know what is wrong with it
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  config,
 | 
					  config,
 | 
				
			||||||
  lib,
 | 
					  lib,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user