From b68a9d133daff21777cbcfbf9285be9896ce5988 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 6 Aug 2025 13:34:08 +0200 Subject: [PATCH 1/2] feat: adds macaddress and import `syncthing` --- hosts/sakura/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/sakura/default.nix b/hosts/sakura/default.nix index 0d48a0b..1c150ac 100644 --- a/hosts/sakura/default.nix +++ b/hosts/sakura/default.nix @@ -12,6 +12,7 @@ ./../../modules/core/virtualization.nix ./../../modules/services/tailscale.nix ./../../modules/services/mpd.nix + ./../../modules/services/syncthing.nix ./../../modules/services/smart-monitoring.nix 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 hardware.sensor.iio.enable = lib.mkForce false; - networking.hostName = "sakura"; + networking = { + hostName = "sakura"; + networkmanager.ethernet.macAddress = "13:37:13:37:13:37"; + }; powerManagement = { enable = true; From e65fdd653763a48e524407af4791ab4dc977a29f Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 6 Aug 2025 13:34:29 +0200 Subject: [PATCH 2/2] flake: update --- flake.lock | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 8a8da14..947571b 100644 --- a/flake.lock +++ b/flake.lock @@ -1066,8 +1066,7 @@ "nixpkgs": "nixpkgs_6", "nixvim": "nixvim", "nur": "nur", - "sops-nix": "sops-nix", - "stablepkgs": "stablepkgs" + "sops-nix": "sops-nix" } }, "rust-analyzer-src": { @@ -1105,22 +1104,6 @@ "type": "github" } }, - "stablepkgs": { - "locked": { - "lastModified": 1754292888, - "narHash": "sha256-1ziydHSiDuSnaiPzCQh1mRFBsM2d2yRX9I+5OPGEmIE=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "ce01daebf8489ba97bd1609d185ea276efdeb121", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-25.05", - "repo": "nixpkgs", - "type": "github" - } - }, "systems": { "locked": { "lastModified": 1689347949,