add www
This commit is contained in:
parent
b918d81d05
commit
f513604ae6
1 changed files with 8 additions and 0 deletions
|
|
@ -103,6 +103,14 @@
|
||||||
./hosts/md
|
./hosts/md
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
nixosConfigurations."www" = nixpkgs.lib.nixosSystem {
|
||||||
|
#system = "x86_64-linux";
|
||||||
|
#pkgs = import nixpkgs { inherit system; };
|
||||||
|
inherit system;
|
||||||
|
modules = [
|
||||||
|
./hosts/www
|
||||||
|
];
|
||||||
|
};
|
||||||
nixosConfigurations."sql" = nixpkgs.lib.nixosSystem {
|
nixosConfigurations."sql" = nixpkgs.lib.nixosSystem {
|
||||||
#system = "x86_64-linux";
|
#system = "x86_64-linux";
|
||||||
#pkgs = import nixpkgs { inherit system; };
|
#pkgs = import nixpkgs { inherit system; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue