reformating

This commit is contained in:
Andreas Zweili 2022-01-03 19:37:52 +01:00
parent 922dceea58
commit e3f8436522
2 changed files with 0 additions and 5 deletions

View File

@ -1,9 +1,7 @@
{ ... }:
{
imports =
[
# Include the results of the hardware scan.
./hardware-configuration.nix
];

View File

@ -1,5 +1,4 @@
{ ... }:
{
boot.initrd.availableKernelModules = [
"ata_piix"
@ -17,12 +16,10 @@
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-label/BOOT";
fsType = "vfat";
};
swapDevices = [
{ device = "/dev/disk/by-label/swap"; }
];