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 = {
|
||||
## Fediversity modules
|
||||
garage = import ./garage.nix;
|
||||
mastodon = import ./mastodon.nix;
|
||||
peertube = import ./peertube.nix;
|
||||
pixelfed = import ./pixelfed.nix;
|
||||
garage = import ./fediversity/garage.nix;
|
||||
mastodon = import ./fediversity/mastodon.nix;
|
||||
peertube = import ./fediversity/peertube.nix;
|
||||
pixelfed = import ./fediversity/pixelfed.nix;
|
||||
|
||||
## VM-specific modules
|
||||
interactive-vm = import ./vm/interactive-vm.nix;
|
||||
|
|
Reference in a new issue