From a9738a94e009610163e3c49e9686c12051917af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 1 Apr 2024 12:14:45 +0200 Subject: nixos: few more fixes --- nixos/configurations/errol.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'nixos/configurations/errol.nix') diff --git a/nixos/configurations/errol.nix b/nixos/configurations/errol.nix index a9475ef..3f7ad8c 100644 --- a/nixos/configurations/errol.nix +++ b/nixos/configurations/errol.nix @@ -13,9 +13,7 @@ in { desktop.enable = true; develop = true; gaming = true; - openvpn = { - elektroline = true; - }; + openvpn.elektroline = true; }; boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "usb_storage"]; @@ -35,6 +33,11 @@ in { fsType = "btrfs"; options = ["compress=lzo" "subvol=@nix"]; }; + "/nix" = { + device = "/dev/mapper/encroot"; + fsType = "btrfs"; + options = ["compress=lzo" "subvol=@nix-store"]; + }; "/home" = { device = "/dev/mapper/encroot"; fsType = "btrfs"; -- cgit v1.2.3