matrix foo
This commit is contained in:
parent
0357003655
commit
cd2b61f1fb
4 changed files with 20 additions and 22 deletions
16
flake.nix
16
flake.nix
|
|
@ -165,6 +165,22 @@
|
|||
./hosts/monitoring
|
||||
];
|
||||
};
|
||||
nixosConfigurations."www" = nixpkgs.lib.nixosSystem {
|
||||
#system = "x86_64-linux";
|
||||
#pkgs = import nixpkgs { inherit system; };
|
||||
inherit system;
|
||||
modules = [
|
||||
./hosts/www
|
||||
];
|
||||
};
|
||||
nixosConfigurations."git-run" = nixpkgs.lib.nixosSystem {
|
||||
#system = "x86_64-linux";
|
||||
#pkgs = import nixpkgs { inherit system; };
|
||||
inherit system;
|
||||
modules = [
|
||||
./hosts/git-run
|
||||
];
|
||||
};
|
||||
};
|
||||
#);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue