add pleroma

This commit is contained in:
2022-04-13 22:55:35 -04:00
parent a23213a141
commit ed1681b62a
4 changed files with 39 additions and 1 deletions

View File

@ -15,11 +15,13 @@ in
../../modules/gitea
../../modules/home-assistant
../../modules/matrix
../../modules/pleroma
../../modules/sops
];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.efi.canTouchEfiVariables = true;
boot.cleanTmpDir = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];