From c8935f56285a37cabe4d74a8444a7e0679a19906 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 8 Oct 2016 21:46:49 -0400 Subject: Change nixos configuration. --- nixos/pincer.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nixos/pincer.nix') diff --git a/nixos/pincer.nix b/nixos/pincer.nix index a59b51f..cab2b15 100644 --- a/nixos/pincer.nix +++ b/nixos/pincer.nix @@ -6,6 +6,7 @@ ]; networking.hostName = "pincer"; + hardware.opengl.driSupport32Bit = true; boot.loader.systemd-boot.enable = true; boot.loader.timeout = 0; boot.loader.efi.canTouchEfiVariables = true; @@ -35,6 +36,12 @@ fsType = "btrfs"; options = ["subvol=active/nixos-root" "discard" "compress=lzo"]; }; + "/btrfs" = { + mountPoint = "/btrfs"; + device = "/dev/mapper/cryptroot"; + fsType = "btrfs"; + options = ["discard" "compress=lzo"]; + }; }; services.tlp.enable = true; -- cgit v1.2.3