add hedgedoc module
This commit is contained in:
parent
8649d4812d
commit
1d4acbb6ac
6 changed files with 89 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue