mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
meta: Rename option assertUnique to validate
This commit is contained in:
parent
0b2fbc2c6d
commit
de266a8d91
5 changed files with 10 additions and 10 deletions
|
|
@ -3,8 +3,8 @@
|
|||
system.stateVersion = "24.11";
|
||||
|
||||
meta = {
|
||||
domains.assertUnique = true;
|
||||
ports.assertUnique = true;
|
||||
domains.validate = true;
|
||||
ports.validate = true;
|
||||
};
|
||||
|
||||
custom = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue