Compare commits

..

2 Commits

Author SHA1 Message Date
Simon Bruder f2ecb958ab
hitagi fixup 2024-03-22 20:00:09 +01:00
Simon Bruder 0c381b35ef
hitagi: Reinstall in VM 2024-03-19 18:41:10 +01:00
1 changed files with 13 additions and 0 deletions

View File

@ -5,9 +5,17 @@
{ 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;
@ -30,6 +38,11 @@
device = "/dev/disk/by-uuid/77DB-CC39";
fsType = "vfat";
};
"/data/steam" = {
device = "steam";
fsType = "virtiofs";
};
};
# GPU