all: refactor hardware modules

This commit is contained in:
Adithya 2024-07-03 18:34:32 +05:30
parent 20e322b44a
commit 0259c77d3a
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
9 changed files with 17 additions and 5 deletions

View file

@ -18,7 +18,6 @@
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
supportedFilesystems = [ "vfat" "btrfs" "ext4" ];
};
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}

View file

@ -1,4 +1,8 @@
_: {
boot = {
initrd.supportedFilesystems = [ "vfat" "btrfs" ];
supportedFilesystems = [ "vfat" "btrfs" "ext4" ];
};
fileSystems = {
"/" = {
device = "/dev/disk/by-partlabel/RICO0_ROOT";

View file

@ -18,7 +18,6 @@
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
supportedFilesystems = [ "vfat" "btrfs" "ext4" ];
};
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}

View file

@ -1,4 +1,8 @@
_: {
boot = {
initrd.supportedFilesystems = [ "vfat" "btrfs" ];
supportedFilesystems = [ "vfat" "btrfs" "ext4" ];
};
fileSystems = {
"/" = {
device = "/dev/disk/by-partlabel/RICO1_ROOT";

View file

@ -18,7 +18,6 @@
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
supportedFilesystems = [ "vfat" "btrfs" "ext4" ];
};
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}

View file

@ -1,4 +1,8 @@
_: {
boot = {
initrd.supportedFilesystems = [ "vfat" "btrfs" ];
supportedFilesystems = [ "vfat" "btrfs" "ext4" ];
};
fileSystems = {
"/" = {
device = "/dev/disk/by-partlabel/RICO2_ROOT";

View file

@ -11,7 +11,7 @@ _: {
};
};
};
supportedFilesystems = [ "vfat" "ntfs" "exfat" "ext4" "btrfs" ];
supportedFilesystems = [ "vfat" "btrfs" "ext4" "exfat" "ntfs" ];
resumeDevice = "/dev/vg0/swap";
};
fileSystems = {

View file

@ -24,7 +24,6 @@
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
};
supportedFilesystems = [ "vfat" "btrfs" "ext4" ];
};
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}

View file

@ -1,4 +1,8 @@
_: {
boot = {
initrd.supportedFilesystems = [ "vfat" "btrfs" ];
supportedFilesystems = [ "vfat" "btrfs" "ext4" "exfat" ];
};
fileSystems = {
"/" = {
device = "/dev/disk/by-partlabel/WYNNE_ROOT";