Compare commits

..

1 Commits

Author SHA1 Message Date
Simon Bruder 8e4a6cc060
hitagi: Reinstall in VM 2024-03-19 17:10:38 +01:00
1 changed files with 0 additions and 13 deletions

View File

@ -5,17 +5,9 @@
{ config, lib, modulesPath, pkgs, ... }:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
(modulesPath + "/profiles/qemu-guest.nix")
];
sbruder.machine.isVm = true;
boot = {
# Intel arc
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [ "console=ttyS0" ];
loader = {
grub.enable = false;
systemd-boot.enable = true;
@ -38,11 +30,6 @@
device = "/dev/disk/by-uuid/77DB-CC39";
fsType = "vfat";
};
"/data/steam" = {
device = "steam";
fsType = "virtiofs";
};
};
# GPU