AAAARGHHH
Some checks failed
Test action / kaas (push) Failing after 0s

This commit is contained in:
Chris Kruining 2025-12-18 15:58:01 +01:00
parent b2a0a2a26d
commit c935a034c4
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -1,5 +1,4 @@
{ ... }:
{
{...}: {
imports = [
./disks.nix
./hardware.nix
@ -7,6 +6,8 @@
system.activationScripts.remove-gtkrc.text = "rm -f /home/chris/.gtkrc-2.0";
services.logrotate.checkConfig = false;
sneeuwvlok = {
hardware.has = {
gpu.amd = true;
@ -30,7 +31,6 @@
};
};
services.displayManager.autoLogin = {
enable = true;
user = "chris";