Skip to content

Commit

Permalink
Merge pull request #151 from samueldr-wip/fix/leftover-container-hack
Browse files Browse the repository at this point in the history
initrd: Remove leftover hack from when isContainer was used
  • Loading branch information
samueldr committed May 23, 2020
2 parents f71dbbb + 15d3f1f commit 8cb9b07
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/initrd.nix
Expand Up @@ -257,11 +257,6 @@ in
system.build.extraUtils = extraUtils;
system.build.initrd = "${initrd}/initrd";
system.build.initrd-meta = initrd-meta;
boot.specialFileSystems = {
# HACK: as we're using isContainer to bypass some NixOS stuff
# See <nixpkgs/nixos/modules/tasks/filesystems.nix>
"/sys" = { fsType = "sysfs"; options = [ "nosuid" "noexec" "nodev" ]; };
};

mobile.boot.stage-1.bootConfig = {
device = {
Expand Down

0 comments on commit 8cb9b07

Please sign in to comment.