genesis
This commit is contained in:
28
flake.nix
Normal file
28
flake.nix
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
description = "The Ultimate Sovran_SystemsOS_Light Configuration for the Sovran Pro from Sovran Systems";
|
||||
|
||||
inputs = {
|
||||
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||
system ="x86_64-linux";
|
||||
|
||||
};
|
||||
|
||||
nixosModules.Sovran_SystemsOS_Light = { pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
|
||||
./configuration.nix
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user