treewide format
This commit is contained in:
parent
653eb2d606
commit
b346790feb
31 changed files with 150 additions and 104 deletions
|
|
@ -1,9 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.nextdns
|
||||
];
|
||||
services.nextdns = {
|
||||
enable = true;
|
||||
arguments = ["-config" "cc2b9b"];
|
||||
arguments = [
|
||||
"-config"
|
||||
"cc2b9b"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue