Skip to content

Commit

Permalink
when using nixos module also disable the upstream envfs option
Browse files Browse the repository at this point in the history
fixes #149
  • Loading branch information
Mic92 authored and mergify[bot] committed Mar 20, 2024
1 parent eafe812 commit b4651b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/envfs.nix
Expand Up @@ -18,6 +18,7 @@ let
};
in
{
services.envfs.enable = false;
environment.systemPackages = [ (pkgs.callPackage ../. { }) ];
fileSystems = if config.virtualisation ? qemu then lib.mkVMOverride mounts else mounts;

Expand Down

0 comments on commit b4651b6

Please sign in to comment.