home/nix: add sops and github token

This commit is contained in:
2024-06-25 20:10:58 +02:00
parent f74c1f7aa8
commit c4f98ec9e7
3 changed files with 22 additions and 5 deletions

View File

@@ -192,9 +192,14 @@
inherit inputs;
inherit (self) extendedLib;
inherit (config) machineVars;
hostname = name;
secrets = secrets.outputs.settings;
};
sharedModules = [
inputs.sops-nix.homeManagerModules.sops
];
users.h7x4 = {
imports = [ ./home/home.nix ];
};