successful vikunja setup
This commit is contained in:
parent
53231651da
commit
cbddf4c31e
6 changed files with 188 additions and 50 deletions
19
configs/containers/vikunja_container.nix
Normal file
19
configs/containers/vikunja_container.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ lib, pkgs, config, ... }:
|
||||
{
|
||||
deployment = {
|
||||
targetHost = "192.168.178.106";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
};
|
||||
networking.hostName = "paperless";
|
||||
networking.interfaces.wgbr.ipv4.addresses = [
|
||||
{
|
||||
address = "10.8.1.8";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
imports = [
|
||||
../container_config.nix
|
||||
../services/vikunja.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue