From 557705fc88fc0405d8f79bb15cbf0679e168cf6c Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 7 Nov 2021 13:47:02 +0700 Subject: Migrate NixOS to tmpfs+btrfs --- nix/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/configuration.nix') diff --git a/nix/configuration.nix b/nix/configuration.nix index 37a0a83..bc0d12c 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -13,6 +13,7 @@ boot = { binfmt.emulatedSystems = [ "aarch64-linux" ]; + supportedFilesystems = [ "btrfs" ]; loader = { efi.canTouchEfiVariables = true; grub = { @@ -62,7 +63,6 @@ extraGroups = [ "dialout" "networkmanager" "video" "wheel" ]; }; - nix.autoOptimiseStore = true; environment.systemPackages = with pkgs; [ htop inotify-tools isync killall oathToolkit rsync stow tor unzip w3m wget mpv pavucontrol sent vimiv-qt yacreader youtube-dl -- cgit 1.4.1