remove references to deleted files
This commit is contained in:
parent
8d37baaa37
commit
968f285814
2 changed files with 1 additions and 20 deletions
|
|
@ -2,13 +2,8 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./forgejo.nix
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./jellyfin.nix
|
|
||||||
./librespeed.nix
|
|
||||||
./nginx.nix
|
|
||||||
./services.nix
|
./services.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
./vaultwarden.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,5 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
users = {
|
users.users.nginx.extraGroups = [ "acme" ];
|
||||||
users = {
|
|
||||||
nginx.extraGroups = [ "acme" ];
|
|
||||||
};
|
|
||||||
groups = {
|
|
||||||
hosted = {
|
|
||||||
gid = 1005;
|
|
||||||
members = [
|
|
||||||
"user"
|
|
||||||
"paperless"
|
|
||||||
"vaultwarden"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue