prepared for mininas
This commit is contained in:
parent
6459653ed1
commit
d5cc414e88
1 changed files with 11 additions and 1 deletions
12
flake.nix
12
flake.nix
|
@ -52,7 +52,17 @@
|
|||
./modules/common/tty.nix
|
||||
];
|
||||
};
|
||||
|
||||
# limiting-factor - MiniNas
|
||||
limiting-factor = nixpkgs.lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
modules = [
|
||||
./machines/limiting-factor/configuration.nix
|
||||
./machines/limiting-factor/hardware-configuration.nix
|
||||
./modules/common/nix.nix
|
||||
./modules/common/base.nix
|
||||
./modules/common/tty.nix
|
||||
];
|
||||
};
|
||||
# reverse-proxy - VPS edge server with Nginx reverse proxy
|
||||
reverse-proxy = nixpkgs.lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue