Move snowflake to all systems, modify ly's sorting behavior
This commit is contained in:
parent
8d16c69725
commit
da6df2f98e
12 changed files with 22 additions and 36 deletions
|
@ -10,7 +10,6 @@
|
|||
./minecraft
|
||||
./mysql
|
||||
./nginx
|
||||
./snowflake
|
||||
./social
|
||||
./transmission
|
||||
./vaultwarden
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./local
|
||||
./public
|
||||
./nextcloud
|
||||
./nfs
|
||||
./samba
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./nfs
|
||||
./samba
|
||||
];
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./nextcloud ];
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.snowflake-proxy.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue