mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds macaddress and import syncthing
This commit is contained in:
parent
5a3a3b0cd5
commit
b68a9d133d
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue