mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/rigel/configuration.nix
This commit is contained in:
2026-02-03 17:43:46 +07:00
parent f64119da4f
commit c1efa8b91e
3 changed files with 11 additions and 7 deletions

12
flake.lock generated
View File

@@ -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"
}

View File

@@ -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";

View File

@@ -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;
};
}