diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-05-19 01:25:52 -0400 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-05-19 01:25:52 -0400 |
| commit | 9874ffb2124f57d50bf9b44b2752882375bcb94c (patch) | |
| tree | 17ba6225c6cf68c7ec2da28e44442391d7756792 /modules/hosts/vecna | |
| parent | b12eccd7143e9a49153cb3a17b2fe80c473e0b82 (diff) | |
update
Diffstat (limited to 'modules/hosts/vecna')
| -rw-r--r-- | modules/hosts/vecna/vecna.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hosts/vecna/vecna.nix b/modules/hosts/vecna/vecna.nix index 300dbb4..534d1de 100644 --- a/modules/hosts/vecna/vecna.nix +++ b/modules/hosts/vecna/vecna.nix @@ -42,6 +42,7 @@ systemd.packages = with pkgs; [lact]; systemd.services.lactd.wantedBy = ["multi-user.target"]; services.xserver.videoDrivers = ["amdgpu"]; + hardware.wooting.enable = true; hardware.cpu.amd.updateMicrocode = true; zramSwap = { |
