diff options
author | Leonardo Santiago <[email protected]> | 2024-10-25 20:07:38 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-10-25 20:07:38 -0300 |
commit | fbbf34c7b6ba70a718abf655c0711b6ac5ff20e8 (patch) | |
tree | 5b595f587cb38272b9e23a8a0ba6fd7c95a7896b /hosts | |
parent | 01b442dee4d7d3d2b404a17d0e9adeb66593a54b (diff) |
partial commit
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/kunagisa.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/kunagisa.nix b/hosts/kunagisa.nix index 60d7d65..e4be8fb 100644 --- a/hosts/kunagisa.nix +++ b/hosts/kunagisa.nix @@ -8,6 +8,8 @@ (modulesPath + "/installer/scan/not-detected.nix") ]; santi-modules.desktop-environment.enable = true; + santi-modules.services.cgit.enable = true; + services.xserver.videoDrivers = [ "amdgpu" ]; # Bootloader. boot = { loader = { @@ -47,6 +49,10 @@ swapDevices = [ { device = "/dev/disk/by-uuid/1a204e5c-05cb-4e7f-b859-927fb024fb12"; } ]; + hardware.graphics = { + enable = true; + enable32Bit = true; + }; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; system.stateVersion = "23.05"; } |