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