hosts: switch from nextcloud to owncloud
This commit is contained in:
parent
b46922bd1c
commit
113a2433fb
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
boot.systemd-boot.enable = true;
|
boot.systemd-boot.enable = true;
|
||||||
impermanence.enable = false;
|
impermanence.enable = false;
|
||||||
services = {
|
services = {
|
||||||
nextcloud.enable = true;
|
owncloud.enable = true;
|
||||||
};
|
};
|
||||||
hardware = {
|
hardware = {
|
||||||
nvidia.enable = true;
|
nvidia.enable = true;
|
||||||
|
|
|
@ -48,7 +48,7 @@ in {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
nextcloud.enable = true;
|
owncloud.enable = true;
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
editors = {
|
editors = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue