So much shit I cba to make commits

This commit is contained in:
blahai 2024-11-17 00:07:01 +02:00
parent b5983eb5f1
commit 8527a1396c
No known key found for this signature in database
7 changed files with 117 additions and 118 deletions

View file

@ -1,4 +1,4 @@
{ modulesPath, lib, pkgs, ... }: {
{ config, modulesPath, lib, pkgs, ... }: {
system.stateVersion = "24.11";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];