summaryrefslogtreecommitdiff
path: root/hosts/kunagisa.nix
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-10-25 20:07:38 -0300
committerLeonardo Santiago <[email protected]>2024-10-25 20:07:38 -0300
commitfbbf34c7b6ba70a718abf655c0711b6ac5ff20e8 (patch)
tree5b595f587cb38272b9e23a8a0ba6fd7c95a7896b /hosts/kunagisa.nix
parent01b442dee4d7d3d2b404a17d0e9adeb66593a54b (diff)
partial commit
Diffstat (limited to 'hosts/kunagisa.nix')
-rw-r--r--hosts/kunagisa.nix6
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";
}