hosts/satori: random changes

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-03-08 06:15:08 +05:30
parent 8c32c34bc7
commit ab43a24e08
5 changed files with 20 additions and 20 deletions

View File

@@ -19,6 +19,13 @@
fsType = "vfat";
};
fileSystems."/media/real" =
{
device = "/dev/disk/by-uuid/8086be20-c770-46be-bd8f-5bd2d7735c7d";
fsType = "btrfs";
options = [ "rw" ];
};
fileSystems."/media/ntfs" =
{
device = "/dev/disk/by-uuid/A4CC66B6CC668282";
@@ -26,13 +33,6 @@
options = [ "uid=natto" "gid=users" "umask=0022" "rw" ];
};
fileSystems."/media/real" =
{
device = "/dev/disk/by-uuid/6372bc0c-0917-469d-a845-2ce65513e306";
fsType = "ext4";
options = [ "rw" ];
};
zramSwap = {
enable = true;
algorithm = "lz4";
@@ -40,6 +40,10 @@
priority = -1;
};
swapDevices = [
{ device = "/var/swap"; size = 4096; }
];
powerManagement = {
enable = true;
cpuFreqGovernor = "powersave";