This commit is contained in:
Aaron Bieber 2023-02-02 05:35:41 -07:00
parent 3c2e26c98e
commit 4466a77159
No known key found for this signature in database
2 changed files with 4 additions and 7 deletions

View File

@ -77,13 +77,11 @@ in {
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nixpkgs.config.allowUnsupportedSystem = true;
boot = {
initrd.systemd.enable = true;
# Temp fix for: https://github.com/NixOS/nixpkgs/pull/214048
initrd.systemd.storePaths = [
"${config.boot.initrd.systemd.package.kbd.gzip}/bin/.gzip-wrapped"
];
initrd.systemd.storePaths =
[ "${config.boot.initrd.systemd.package.kbd.gzip}/bin/.gzip-wrapped" ];
loader = {
systemd-boot.enable = true;
efi = {

View File

@ -101,9 +101,8 @@ in {
});
})
] else [
matrix-synapse
];
] else
[ matrix-synapse ];
}
# Example Python dep overlay