ran formatter.
This commit is contained in:
parent
0c7c761f56
commit
1168fdb539
5 changed files with 11 additions and 11 deletions
|
@ -4,8 +4,8 @@
|
|||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:let
|
||||
port="8080";
|
||||
}: let
|
||||
port = "8080";
|
||||
in {
|
||||
systemd.services.miniserve = {
|
||||
wantedBy = ["multi-user.target"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue