+vserver template
This commit is contained in:
parent
cd113583af
commit
e3b89a2d24
11
flake.nix
11
flake.nix
@ -10,10 +10,9 @@
|
|||||||
Please also check out the starter configs mentioned above.
|
Please also check out the starter configs mentioned above.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; };
|
inputs = {nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";};
|
||||||
|
|
||||||
outputs = { nixpkgs, ... }:
|
outputs = {nixpkgs, ...}: let
|
||||||
let
|
|
||||||
systems = [
|
systems = [
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
"i686-linux"
|
"i686-linux"
|
||||||
@ -30,6 +29,12 @@
|
|||||||
'';
|
'';
|
||||||
path = ./nixos/standard;
|
path = ./nixos/standard;
|
||||||
};
|
};
|
||||||
|
vserver = {
|
||||||
|
description = ''
|
||||||
|
NIXOS Vserver - basic vserver with traefik and podman to be run on a vps.
|
||||||
|
'';
|
||||||
|
path = ./nixos/vps;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
formatter =
|
formatter =
|
||||||
forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
|
forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user