minecraft: 1.21.1 -> 1.21.3
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{ config, service_configs, username, ... }:
|
||||
{
|
||||
config,
|
||||
service_configs,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
@@ -39,7 +44,7 @@
|
||||
service_configs.ports.https
|
||||
];
|
||||
|
||||
users.users.${username}.extraGroups = [
|
||||
config.services.caddy.group
|
||||
];
|
||||
users.users.${username}.extraGroups = [
|
||||
config.services.caddy.group
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user