forked from Fediversity/simple-nixos-fediverse
Move Fediversity modules into own subdirectory
This commit is contained in:
parent
c455ec1667
commit
cc148ce57f
|
@ -13,10 +13,10 @@
|
||||||
|
|
||||||
nixosModules = {
|
nixosModules = {
|
||||||
## Fediversity modules
|
## Fediversity modules
|
||||||
garage = import ./garage.nix;
|
garage = import ./fediversity/garage.nix;
|
||||||
mastodon = import ./mastodon.nix;
|
mastodon = import ./fediversity/mastodon.nix;
|
||||||
peertube = import ./peertube.nix;
|
peertube = import ./fediversity/peertube.nix;
|
||||||
pixelfed = import ./pixelfed.nix;
|
pixelfed = import ./fediversity/pixelfed.nix;
|
||||||
|
|
||||||
## VM-specific modules
|
## VM-specific modules
|
||||||
interactive-vm = import ./vm/interactive-vm.nix;
|
interactive-vm = import ./vm/interactive-vm.nix;
|
||||||
|
|
Reference in a new issue