This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-05 12:32:57 +02:00
parent 66ef004344
commit 428c531415
66 changed files with 42 additions and 12 deletions

11
configuration.nix Normal file → Executable file
View File

@@ -5,20 +5,19 @@ in
imports = [
./system-modules/hardware-configuration.nix
./system-modules/fuse.nix
./system-modules/nvidia.nix # only does stuff if nvidia.enabled
./system-modules/nvidia.nix
./system-modules/users.nix
./system-modules/sound.nix
./system-modules/boot.nix
./system-modules/dm.nix
./system-modules/networking.nix
./system-modules/virtualisation.nix
./system-modules/sshd.nix
./system-modules/hsmw.nix
./system-modules/docker.nix
./system-modules/health_reminder.nix
# ./system-modules/davmail.nix
./system-modules/ollama.nix
# ./system-modules/nx2site.nix
./system-modules/nx2site.nix
];
@@ -50,10 +49,6 @@ in
services.xserver.libinput.enable = true;
hardware.uinput.enable = true;
# log into this machine
services.openssh.enable = false;
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; #
services.blueman.enable = true;