Skip to content

Commit 016d3b9

Browse files
bleh
1 parent 34de369 commit 016d3b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nix/modules/default/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ in
267267
in
268268
{
269269
assertions = [
270-
{
271-
assertion = lib.all (map (key: !(key == "CONFIG_PATH" || key == "CONFIG_READONLY" || key == "PORT" || key == "STORAGE_LOCATION")) (lib.attrNames cfg.extraEnvironment));
272-
message = "You cannot set CONFIG_PATH, CONFIG_READONLY, PORT or STORAGE_LOCATION in extraEnvironment, these are managed by the NixOS module.";
273-
}
270+
# {
271+
# assertion = lib.all (map (key: !(key == "CONFIG_PATH" || key == "CONFIG_READONLY" || key == "PORT" || key == "STORAGE_LOCATION")) (lib.attrNames cfg.extraEnvironment));
272+
# message = "You cannot set CONFIG_PATH, CONFIG_READONLY, PORT or STORAGE_LOCATION in extraEnvironment, these are managed by the NixOS module.";
273+
# }
274274
];
275275

276276
users.users.spacebarchat = {

0 commit comments

Comments
 (0)