Update dingserver

This commit is contained in:
2022-04-07 02:20:40 +00:00
parent 5f658a3efa
commit a9c0cc8c1c
5 changed files with 30 additions and 59 deletions

View File

@@ -4,8 +4,9 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./synapse.nix
./caddy.nix
./synapse.nix
./syncthing.nix
];
# Use the GRUB 2 boot loader.
@@ -26,12 +27,13 @@
users.users.daniel = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "syncthing" ]; # Enable sudo for the user.
};
environment.systemPackages = with pkgs; [
curl
git
helix
kitty
lazygit
wget