Add paperless-ngx container

This commit is contained in:
SebastianStork 2024-08-31 18:39:10 +02:00
parent 65bd45bfac
commit 2c347bab77
8 changed files with 125 additions and 15 deletions

View file

@ -0,0 +1,15 @@
{
networking.useNetworkd = true;
systemd.network = {
enable = true;
networks."40-eno1" = {
matchConfig.Name = "eno1";
networkConfig.DHCP = "yes";
};
};
imports = [
./nextcloud
./paperless
];
}