fix synapse

This commit is contained in:
Philipp Hochkamp 2022-04-12 02:11:58 +02:00
parent dfe9305117
commit b530960d55
2 changed files with 6 additions and 4 deletions

View file

@ -11,6 +11,9 @@
./hardware-configuration.nix
];
documentation.enable = false;
documentation.nixos.enable = false;
documentation.man.enable = false;
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";