nix community. Where shit just gets renamed without reason and documentation
This commit is contained in:
parent
73757ed94e
commit
5da83c8a3c
1 changed files with 1 additions and 1 deletions
|
@ -100,13 +100,13 @@
|
|||
dishwasher = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
extraArgs = { flake = self; };
|
||||
modules = [
|
||||
sops-nix.nixosModules.sops
|
||||
microvm.nixosModules.host
|
||||
./hosts/dishwasher
|
||||
./modules/basic-tools
|
||||
./modules/binary-caches.nix
|
||||
{ config._module.args = { flake = self; }; }
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue