From f540e2a9b369a26e3ab3f22fe89845f4ccfbb390 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 30 Jul 2023 04:33:29 +0300 Subject: stuff --- hosts/navi/default.nix | 3 ++- hosts/navi/hardware-configuration.nix | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/navi/default.nix b/hosts/navi/default.nix index 353b7e1..a0ebd95 100644 --- a/hosts/navi/default.nix +++ b/hosts/navi/default.nix @@ -45,6 +45,7 @@ time.timeZone = lib.mkDefault "Israel"; +/* fileSystems."/" = { device = "none"; fsType = "tmpfs"; @@ -61,7 +62,7 @@ device = "/dev/disk/by-uuid/8a8cc550-034e-4545-a958-564779f51061"; fsType = "btrfs"; }; - +*/ zramSwap = { enable = true; algorithm = "zstd"; diff --git a/hosts/navi/hardware-configuration.nix b/hosts/navi/hardware-configuration.nix index 15442df..5eef790 100644 --- a/hosts/navi/hardware-configuration.nix +++ b/hosts/navi/hardware-configuration.nix @@ -24,7 +24,6 @@ in { hardware.bluetooth.enable = true; - /* disko.devices = { disk.${baseNameOf device} = { inherit device; @@ -70,5 +69,4 @@ in { ]; }; }; - */ } -- cgit 1.4.1