From c1efa8b91edebb7452eadb09b55da3a15425e453 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 3 Feb 2026 17:43:46 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/rigel/configuration.nix --- flake.lock | 12 ++++++------ flake.nix | 2 +- machines/rigel/configuration.nix | 4 ++++ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 89813e4..b2e7e03 100644 --- a/flake.lock +++ b/flake.lock @@ -225,16 +225,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1768395095, - "narHash": "sha256-ZhuYJbwbZT32QA95tSkXd9zXHcdZj90EzHpEXBMabaw=", - "owner": "nixos", + "lastModified": 1769761579, + "narHash": "sha256-9Tv369CI0GLR6ntOpB7NklYdGOqf+m7BWTkbAgj1goQ=", + "owner": "kurogeek", "repo": "nixpkgs", - "rev": "13868c071cc73a5e9f610c47d7bb08e5da64fdd5", + "rev": "8c0fad03622099653c7cca5fe0944a0f3bdb69c3", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixpkgs-unstable", + "owner": "kurogeek", + "ref": "inventree", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 117447f..51602eb 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ url = "github:nix-community/home-manager"; }; import-tree.url = "github:vic/import-tree"; - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:kurogeek/nixpkgs/inventree"; treefmt-nix = { url = "github:numtide/treefmt-nix"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/machines/rigel/configuration.nix b/machines/rigel/configuration.nix index b820028..94183ff 100644 --- a/machines/rigel/configuration.nix +++ b/machines/rigel/configuration.nix @@ -13,4 +13,8 @@ system.stateVersion = "25.11"; clan.core.sops.defaultGroups = [ "admins" ]; clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]"; + + services.inventree = { + enable = true; + }; }