disko install

This commit is contained in:
goeranh 2025-05-23 16:50:58 +02:00
parent 54e5173b69
commit 75136fa671
No known key found for this signature in database
4 changed files with 169 additions and 56 deletions

View file

@ -14,13 +14,13 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{
device = "/dev/sda1";
fsType = "ext4";
};
# fileSystems."/" =
# {
# device = "/dev/sda1";
# fsType = "ext4";
# };
swapDevices = [ ];
# swapDevices = [ ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}