Merge #218: Fix typos
df89ceed39Fix typos (practicalswift) Pull request description: ACKs for top commit: jonasnick: ACKdf89ceed39Tree-SHA512: 8cd04469dd0c46259790f00f380a840c22f10424c2504a7667e70cfdb03f30801e34f3c53aeffc9259a971484d4a12f1dbe5ceade493c8559e8c00ec011e7c73
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user