diff options
Diffstat (limited to 'home/isolation.nix')
| -rw-r--r-- | home/isolation.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/home/isolation.nix b/home/isolation.nix deleted file mode 100644 index 5a15468..0000000 --- a/home/isolation.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ lib, ... }: -with lib; { - home.isolation = { - enable = true; - btrfsSupport = true; - - defaults = { - static = false; - bindHome = "home"; - - persist = { - base = "shenvs"; - btrfs = true; - }; - }; - - modulesUnder = ./shenvs; - }; -} |
