Added desktop device. Still need to generate hardware-config

This commit is contained in:
Jurn Wubben 2025-07-09 20:08:03 +02:00
parent c1808817df
commit 265f2d11bb
3 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# To be generated...
{
nixpkgs.hostPlatform = "x86_64-linux";
fileSystems."/" = {
device = "/dev/sda1";
fsType = "ext4";
};
}