nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit 73bc3ba9590a732269a94c3625047b8524a3e347
parent f756373e8a681fd0e9f701164e8f358c474a2626
Author: mtmn <miro@haravara.org>
Date:   Sun, 31 May 2026 02:39:35 +0200

fix: start `nix-daemon` on startup

Diffstat:
Mflake.lock | 12++++++------
Mflake.nix | 2+-
Mhosts/void/overlays/config/river/init | 1+
3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -30,11 +30,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1780149398, - "narHash": "sha256-utcRqI8XzX4jCOkYvr2nQfzNrGyuYfJQqnYSliWlrJ0=", + "lastModified": 1780189460, + "narHash": "sha256-JEbiOCHjbxxXuftiztHo5AKjpBpdN9AMrjFef9aKCXc=", "owner": "~mtmn", "repo": "corpus", - "rev": "95e27220cb12a53c0f89593aeb4042d9432f0c5c", + "rev": "eeaf8f097054639bab33050e105152c1dbdb999c", "type": "sourcehut" }, "original": { @@ -271,11 +271,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1779593580, - "narHash": "sha256-le3WvQyzAQjBZnb7q2c8C5Fk2c9LgN/Oq+b0KiD4fM4=", + "lastModified": 1780030872, + "narHash": "sha256-u6WU/yd/o8iYQrHX3RAwO1hYa3LkoSL+WNQD0rJfJZQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d849bb215dcdf71bce3e686839ccdb4219e84b2f", + "rev": "e9a7635a57597d9754eccebdfc7045e6c8600e6b", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix @@ -106,7 +106,7 @@ sshOpts = host.sshOpts or []; magicRollback = host.magicRollback or true; autoRollback = host.autoRollback or true; - remoteBuild = host.remoteBuild or false; + remoteBuild = host.remoteBuild or true; profiles = (lib.optionalAttrs (host.nixos or false) { system = { diff --git a/hosts/void/overlays/config/river/init b/hosts/void/overlays/config/river/init @@ -135,6 +135,7 @@ services_to_start=( kanshi psi-notify memcached + nix-daemon ) for s in "${services_to_start[@]}"; do