temporarily disable media-stack and seafile
This commit is contained in:
parent
ec61ceb84f
commit
931cd596c4
@ -3,19 +3,21 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
inputs.self.nixosRoles.container
|
inputs.self.nixosRoles.container
|
||||||
|
|
||||||
|
direnv
|
||||||
virtualisation
|
virtualisation
|
||||||
|
|
||||||
fail2ban
|
fail2ban
|
||||||
gitea
|
gitea
|
||||||
|
joplin-server
|
||||||
mailserver
|
mailserver
|
||||||
microbin
|
microbin
|
||||||
nginx
|
nginx
|
||||||
roundcube
|
roundcube
|
||||||
seafile
|
# seafile
|
||||||
vaultwarden
|
vaultwarden
|
||||||
|
|
||||||
battery-historian
|
battery-historian
|
||||||
media-stack
|
# media-stack
|
||||||
duplicacy
|
duplicacy
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -24,13 +24,13 @@ with config.deviceSpecific; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.lxd = {
|
virtualisation.lxd = {
|
||||||
enable = true;
|
enable = !isContainer;
|
||||||
zfsSupport = (devInfo.fileSystem == "zfs");
|
zfsSupport = (devInfo.fileSystem == "zfs");
|
||||||
recommendedSysctlSettings = true;
|
recommendedSysctlSettings = true;
|
||||||
};
|
};
|
||||||
virtualisation.lxc = {
|
virtualisation.lxc = {
|
||||||
enable = true;
|
enable = !isContainer;
|
||||||
lxcfs.enable = true;
|
lxcfs.enable = !isContainer;
|
||||||
systemConfig = ''
|
systemConfig = ''
|
||||||
lxc.lxcpath = /var/lib/lxd/containers
|
lxc.lxcpath = /var/lib/lxd/containers
|
||||||
${if devInfo.fileSystem == "zfs" then ''
|
${if devInfo.fileSystem == "zfs" then ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user