foo
This commit is contained in:
parent
63f434567a
commit
04efe82c0a
10 changed files with 60 additions and 18 deletions
|
|
@ -34,6 +34,7 @@
|
|||
nixosConfigurations."matrix" = nixpkgs.lib.nixosSystem {
|
||||
#system = "x86_64-linux";
|
||||
#pkgs = import nixpkgs { inherit system; };
|
||||
inherit system;
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue