diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-02-03 00:40:12 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-02-03 00:40:12 +0300 |
commit | da1abf845299cf8731a4076f71999b30d949525c (patch) | |
tree | ead0d2dd01b3eb5ca2d0c2cf190d54781bd79897 | |
parent | 2023-02-03 (diff) |
2023-02-03
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/eonwe/default.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 97dd1d1..3bd7230 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -101,10 +101,6 @@ with lib; { # -o mountpoint=legacy # nixos/root/nix # ``` - # - # As for Podman support over ZFS[1]. We wait. - # - # [1]: https://github.com/openzfs/zfs/pull/14070#issuecomment-1309116666 fileSystems = { "/" = { device = "none"; @@ -139,18 +135,6 @@ with lib; { depends = [config.ark.path]; neededForBoot = true; }; - - # "/home/${my.username}/.local/share/containers/storage" = { - # device = "nixos/containers/${my.username}/storage"; - # fsType = "zfs"; - # options = ["noatime"]; - # }; - - # "/var/lib/containers/storage" = { - # device = "nixos/containers/root/storage"; - # fsType = "zfs"; - # options = ["noatime"]; - # }; }; # No swap space is declared here because the system already has 128Gb of RAM. :^) |