fix vms import non existing file
This commit is contained in:
parent
ed9df2da83
commit
ba0ff8e456
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../users/vinzenz.nix
|
|
||||||
../../modules/podman.nix
|
../../modules/podman.nix
|
||||||
./forgejo-runner.nix
|
./forgejo-runner.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
../../users/vinzenz.nix
|
|
||||||
../../users/ronja.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue