Move role folder to defaults
This commit is contained in:
parent
ea23be5e80
commit
78f95b4e11
19 changed files with 17 additions and 16 deletions
|
@ -4,7 +4,7 @@ in {
|
|||
|
||||
imports = [
|
||||
|
||||
../../../role/nextcloud
|
||||
../../../defaults/nextcloud
|
||||
];
|
||||
|
||||
services.nextcloud = {
|
||||
|
|
|
@ -4,7 +4,7 @@ in {
|
|||
|
||||
imports = [
|
||||
|
||||
../../../role/tt-rss
|
||||
../../../defaults/tt-rss
|
||||
];
|
||||
|
||||
services.tt-rss = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
|
||||
imports = [ ../../role/database ];
|
||||
imports = [ ../../defaults/database ];
|
||||
services.postgresql = {
|
||||
ensureDatabases = [ "nextcloud" ];
|
||||
ensureUsers = [{
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
../../hardware/nuc.nix
|
||||
|
||||
../../role/base
|
||||
../../role/webserver
|
||||
../../defaults/base
|
||||
../../defaults/webserver
|
||||
];
|
||||
|
||||
# Set your time zone.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue