homeACE
This commit is contained in:
11
configuration.nix
Normal file → Executable file
11
configuration.nix
Normal file → Executable 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;
|
||||
|
||||
Reference in New Issue
Block a user