too much shit idek anymore

This commit is contained in:
blahai 2025-01-26 00:36:34 +02:00
parent 14843ef945
commit bc82345beb
No known key found for this signature in database
63 changed files with 1759 additions and 346 deletions

View file

@ -1,7 +1,6 @@
{
lib,
pkgs,
config,
modulesPath,
...
}: let
@ -16,7 +15,7 @@ in {
};
systemd.services.qemu-guest-agent.path = [pkgs.shadow];
system.stateVersion = mkForce "25.04";
system.stateVersion = mkForce "25.05";
boot = {
kernelParams = ["net.ifnames=0"];