mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed inputs not passed
This commit is contained in:
parent
a0d0a157c4
commit
27730ec2c0
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
nixosConfigurations = {
|
||||
sisyphe = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
modules = [
|
||||
./hosts/sisyphe/configuration.nix
|
||||
sops-nix.nixosModules.sops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue