fmt
This commit is contained in:
parent
3c2e26c98e
commit
4466a77159
@ -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 = {
|
||||
|
@ -101,9 +101,8 @@ in {
|
||||
|
||||
});
|
||||
})
|
||||
] else [
|
||||
matrix-synapse
|
||||
];
|
||||
] else
|
||||
[ matrix-synapse ];
|
||||
}
|
||||
|
||||
# Example Python dep overlay
|
||||
|
Loading…
Reference in New Issue
Block a user