Fix typos

This commit is contained in:
practicalswift 2020-08-04 13:32:06 +00:00
parent b6179639fe
commit df89ceed39
6 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ import ./make-test.nix rec {
hardened = {
imports = [ <nixpkgs/nixos/modules/profiles/hardened.nix> ];
security.allowUserNamespaces = true; # reenable disabled option
security.allowUserNamespaces = true; # re-enable disabled option
};
machine = { pkgs, lib, ... }: with lib; {