Remove some git-crypt usage
This commit is contained in:
parent
866658ca30
commit
22836a44d7
8 changed files with 89 additions and 4 deletions
|
@ -18,7 +18,18 @@
|
|||
stateVersion = "20.09";
|
||||
base = {
|
||||
nix.enableDirenv = false;
|
||||
network.ovh.enable = true;
|
||||
network.ovh = {
|
||||
enable = true;
|
||||
publicIPV4 = {
|
||||
ip = "193.70.44.178";
|
||||
gateway = "193.70.44.254";
|
||||
};
|
||||
publicIPV6 = {
|
||||
ip = "2001:41d0:0303:0ab2::";
|
||||
gateway = "2001:41d0:0303:0aff:ff:ff:ff:ff";
|
||||
};
|
||||
internalIPV4 = "192.168.0.1";
|
||||
};
|
||||
zfs = {
|
||||
backups = [
|
||||
{
|
||||
|
@ -43,7 +54,12 @@
|
|||
};
|
||||
services = {
|
||||
accentor.enable = true;
|
||||
containers.externalInterface = "eno3";
|
||||
data-access.enable = true;
|
||||
deluge = {
|
||||
enable = true;
|
||||
count = 6;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue