Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Unreleased

### BUG FIXES

- Added the polkit action IDs `org.freedesktop.resolve1.{flush-caches,reset-server-features,reset-statistics}`
to the list of actions allowed for the user running the OpenVPN client. The
absence of these actions previously led to failures calling the relevant
D-Bus methods under configurations that enabled cache flushes, server feature
resets, or statistics resets.

## 2.0.0 (2025.03.23)

### IMPROVEMENTS
Expand Down
127 changes: 101 additions & 26 deletions docs/nixos-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ package


*Default:*
` pkgs.update-systemd-resolved `

```nix
pkgs.update-systemd-resolved
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -33,7 +36,10 @@ attribute set of (submodule)


*Default:*
` { } `

```nix
{ }
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand Down Expand Up @@ -74,7 +80,10 @@ absolute path *(read only)*


*Default:*
` "/nix/store/<hash>-update-systemd-resolved-<name>.conf" `

```nix
"/nix/store/<hash>-update-systemd-resolved-<name>.conf"
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -96,7 +105,10 @@ boolean


*Default:*
` false `

```nix
false
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -118,7 +130,10 @@ string


*Default:*
` "‹name›" `

```nix
"‹name›"
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -142,7 +157,10 @@ boolean


*Default:*
` false `

```nix
false
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -163,7 +181,10 @@ submodule


*Default:*
` { } `

```nix
{ }
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -190,7 +211,10 @@ description of this feature\.


*Default:*
` true `

```nix
true
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -215,13 +239,16 @@ attribute set of ((submodule) or non-empty string convertible to it)


*Default:*
` { } `

```nix
{ }
```



*Example:*

```
```nix
{
"3.4.5.6" = { };
resolver-the-first = {
Expand Down Expand Up @@ -251,7 +278,10 @@ function that evaluates to a(n) string *(read only)*


*Default:*
` <function> `

```nix
<function>
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -272,7 +302,10 @@ non-empty string


*Default:*
` "‹name›" `

```nix
"‹name›"
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -296,7 +329,10 @@ null or non-empty string


*Default:*
` null `

```nix
null
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -317,7 +353,10 @@ null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)


*Default:*
` null `

```nix
null
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -338,7 +377,10 @@ null or non-empty string


*Default:*
` null `

```nix
null
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand Down Expand Up @@ -366,7 +408,10 @@ the global value for ` DNSOverTLS ` configured in ` resolved.conf `\.


*Default:*
` null `

```nix
null
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand Down Expand Up @@ -394,7 +439,10 @@ the global value for ` DNSSEC ` configured in ` resolved.conf `\.


*Default:*
` null `

```nix
null
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -419,7 +467,10 @@ list of non-empty string


*Default:*
` [ ] `

```nix
[ ]
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -443,7 +494,10 @@ null or non-empty string


*Default:*
` null `

```nix
null
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -468,7 +522,10 @@ description of this feature\.


*Default:*
` null `

```nix
null
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand Down Expand Up @@ -496,7 +553,10 @@ the global value for ` LLMNR ` configured in ` resolved.conf `\.


*Default:*
` null `

```nix
null
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand Down Expand Up @@ -524,7 +584,10 @@ the global value for ` MulticastDNS ` configured in ` resolved.conf `\.


*Default:*
` null `

```nix
null
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -549,7 +612,10 @@ description of this feature\.


*Default:*
` null `

```nix
null
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -575,7 +641,10 @@ description of this feature\.


*Default:*
` null `

```nix
null
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -600,7 +669,10 @@ list of non-empty string


*Default:*
` [ ] `

```nix
[ ]
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand All @@ -625,7 +697,10 @@ list of non-empty string


*Default:*
` [ ] `

```nix
[ ]
```

*Declared by:*
- [nix/nixos-modules\.nix](/nix/nixos-modules.nix)
Expand Down
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading