nix

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

commit 32c1aa84f5656d800b71e9a9e9f2dbe2b944751d
parent 058273f15c01dd5a860e05fffc56efb2f60d47a2
Author: mtmn <miro@haravara.org>
Date:   Fri, 22 May 2026 15:26:24 +0200

chore: add deploy-rs parameters

Diffstat:
Mflake.lock | 24++++++++++++------------
Mflake.nix | 3+++
Mhosts/nixaran/configuration.nix | 0
Mhosts/void/default.nix | 2+-
4 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -32,11 +32,11 @@ }, "locked": { "dir": "bandeno", - "lastModified": 1779217478, - "narHash": "sha256-PoJ2bQF6yEMKYIoIkipDnGi6Qsnue8ZiUplPGrTPeYc=", + "lastModified": 1778774361, + "narHash": "sha256-yP+/t3V9ocNrTtxg1IjpVbQkIjfFrx8ViW+m+Hm4Akk=", "owner": "~mtmn", "repo": "tools", - "rev": "2cbc7f8ae2cc154b3e0642b34c0bac4abb3c5bb0", + "rev": "15db339eec0f1c610ceb56196d203eb3b5798a2a", "type": "sourcehut" }, "original": { @@ -134,11 +134,11 @@ ] }, "locked": { - "lastModified": 1779226674, - "narHash": "sha256-wuOkjI6pRiN4sEn/EPBRnNW5cmcpvd7xtIM8y5LooAs=", + "lastModified": 1778958912, + "narHash": "sha256-6pvS9rIF9mZRj1ENwu9fDLHeG1JFDTCpRyy6vJhXkTA=", "owner": "nix-community", "repo": "disko", - "rev": "65fb947964bd44fc0008faf77d1fcb7a9f40bb32", + "rev": "6e8dc7aa0e65fce67c76e18227a13a7d529f2cdf", "type": "github" }, "original": { @@ -261,11 +261,11 @@ ] }, "locked": { - "lastModified": 1779336838, - "narHash": "sha256-n1+l78hJRABp4cQHKeD0BVByT0vZLPqd09Tvoq8Q+d8=", + "lastModified": 1779027260, + "narHash": "sha256-ZbgWWFQmSyM3HQ31nAZk2hJ7OSeNr9uRFHL8jCifY9M=", "owner": "nix-community", "repo": "home-manager", - "rev": "928d72376949e222ea4f07b44828a55b0136422e", + "rev": "bcb774cfc3268120cd61808629f9aa7dad3750a2", "type": "github" }, "original": { @@ -332,11 +332,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1779351318, - "narHash": "sha256-f+JACbTqzZ+G92DSnXOUGRhGANb8Blh7CoeYOeBF8/U=", + "lastModified": 1778869304, + "narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4a29d733e8a7d5b824c3d8c958a946a9867b3eb2", + "rev": "d233902339c02a9c334e7e593de68855ad26c4cb", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix @@ -111,6 +111,9 @@ hostname = host.hostname or hostName; sshUser = host.sshUser or username; sshOpts = host.sshOpts or []; + magicRollback = host.magicRollback or true; + autoRollback = host.autoRollback or true; + remoteBuild = host.remoteBuild or false; profiles = (lib.optionalAttrs (host.nixos or false) { system = { diff --git a/hosts/nixaran/configuration.nix b/hosts/nixaran/configuration.nix Binary files differ. diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -126,8 +126,8 @@ ] (with elmPackages; [ elm - elm-analyse elm-format + elm-analyse elm-language-server ]) ];