feat: adds macaddress and import syncthing

This commit is contained in:
Ahwx 2025-08-06 13:34:08 +02:00
parent 5a3a3b0cd5
commit b68a9d133d

View file

@ -12,6 +12,7 @@
./../../modules/core/virtualization.nix ./../../modules/core/virtualization.nix
./../../modules/services/tailscale.nix ./../../modules/services/tailscale.nix
./../../modules/services/mpd.nix ./../../modules/services/mpd.nix
./../../modules/services/syncthing.nix
./../../modules/services/smart-monitoring.nix ./../../modules/services/smart-monitoring.nix
inputs.nixos-hardware.nixosModules.framework-13-7040-amd inputs.nixos-hardware.nixosModules.framework-13-7040-amd
]; ];
@ -46,7 +47,10 @@
# Disable light sensors and accelerometers as they are not used and consume extra battery # Disable light sensors and accelerometers as they are not used and consume extra battery
hardware.sensor.iio.enable = lib.mkForce false; hardware.sensor.iio.enable = lib.mkForce false;
networking.hostName = "sakura"; networking = {
hostName = "sakura";
networkmanager.ethernet.macAddress = "13:37:13:37:13:37";
};
powerManagement = { powerManagement = {
enable = true; enable = true;