nfs/sftpgo: combine into "exports" nix directory
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
./email
|
./email
|
||||||
./ejabberd.nix
|
./ejabberd.nix
|
||||||
./freshrss.nix
|
./freshrss.nix
|
||||||
./ftp
|
./export
|
||||||
./gitea.nix
|
./gitea.nix
|
||||||
./goaccess.nix
|
./goaccess.nix
|
||||||
./ipfs.nix
|
./ipfs.nix
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
./lemmy.nix
|
./lemmy.nix
|
||||||
./matrix
|
./matrix
|
||||||
./navidrome.nix
|
./navidrome.nix
|
||||||
./nfs.nix
|
|
||||||
./nixserve.nix
|
./nixserve.nix
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./pict-rs.nix
|
./pict-rs.nix
|
||||||
|
7
hosts/by-name/servo/services/export/default.nix
Normal file
7
hosts/by-name/servo/services/export/default.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./nfs.nix
|
||||||
|
./sftpgo.nix
|
||||||
|
];
|
||||||
|
}
|
Reference in New Issue
Block a user