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;
|
||||
impermanence.enable = false;
|
||||
services = {
|
||||
nextcloud.enable = true;
|
||||
owncloud.enable = true;
|
||||
};
|
||||
hardware = {
|
||||
nvidia.enable = true;
|
||||
|
|
|
@ -48,7 +48,7 @@ in {
|
|||
systemd-boot.enable = true;
|
||||
};
|
||||
services = {
|
||||
nextcloud.enable = true;
|
||||
owncloud.enable = true;
|
||||
};
|
||||
programs = {
|
||||
editors = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue