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;

View file

@ -30,7 +30,7 @@
networking.defaultGateway = "141.30.30.129";
networking.nameservers = [ "141.30.1.1" ];
networking.hostName = "durian"; # Define your hostname.
networking.hostName = "quitte"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.