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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1768395095, "lastModified": 1769761579,
"narHash": "sha256-ZhuYJbwbZT32QA95tSkXd9zXHcdZj90EzHpEXBMabaw=", "narHash": "sha256-9Tv369CI0GLR6ntOpB7NklYdGOqf+m7BWTkbAgj1goQ=",
"owner": "nixos", "owner": "kurogeek",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "13868c071cc73a5e9f610c47d7bb08e5da64fdd5", "rev": "8c0fad03622099653c7cca5fe0944a0f3bdb69c3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "kurogeek",
"ref": "nixpkgs-unstable", "ref": "inventree",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@@ -20,7 +20,7 @@
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
}; };
import-tree.url = "github:vic/import-tree"; import-tree.url = "github:vic/import-tree";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:kurogeek/nixpkgs/inventree";
treefmt-nix = { treefmt-nix = {
url = "github:numtide/treefmt-nix"; url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View File

@@ -13,4 +13,8 @@
system.stateVersion = "25.11"; system.stateVersion = "25.11";
clan.core.sops.defaultGroups = [ "admins" ]; clan.core.sops.defaultGroups = [ "admins" ];
clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]"; clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]";
services.inventree = {
enable = true;
};
} }