mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +02:00
fixed secrets path
This commit is contained in:
parent
27730ec2c0
commit
f7bc81be81
6 changed files with 22 additions and 12 deletions
|
@ -23,18 +23,18 @@
|
|||
}@inputs:
|
||||
let
|
||||
username = "harry123";
|
||||
secrets = builtins.toString inputs.nix-secrets;
|
||||
|
||||
specialArgs = {
|
||||
inherit username;
|
||||
inherit secrets;
|
||||
};
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
sisyphe = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
specialArgs = specialArgs;
|
||||
modules = [
|
||||
./hosts/sisyphe/configuration.nix
|
||||
sops-nix.nixosModules.sops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue