add hedgedoc module

This commit is contained in:
revol-xut 2022-09-06 15:09:30 +02:00
parent 8649d4812d
commit 1d4acbb6ac
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07
6 changed files with 89 additions and 11 deletions

View file

@ -5,9 +5,9 @@
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
];
imports =[ # Include the results of the hardware scan.
./hardware-configuration.nix
];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;