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

lastFile:vars/per-machine/stellio/yggdrasil/privateKey/secret
This commit is contained in:
2026-08-21 16:50:46 +07:00
parent 5b07b98f40
commit bb528d15a0
52 changed files with 605 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
{ inputs, ... }:
{
imports = [
inputs.matthew-hardware.nixosModules.mt7986a-glinet-gl-mt6000
];
hardware.mt7986a-glinet-gl-mt6000.enable = true;
hardware.mt7986a-glinet-gl-mt6000.zealous = true;
hardware.mt7986a-glinet-gl-mt6000.image.repart.enable = true;
nixpkgs.hostPlatform.system = "aarch64-linux";
nixpkgs.buildPlatform.system = "x86_64-linux";
system.stateVersion = "26.11";
clan.core.sops.defaultGroups = [ "admins" ];
clan.core.settings.name = "stellio";
clan.core.settings.machine.description = "Flint-2 router";
}