misc: initial commit
This commit is contained in:
commit
964b99b28d
32 changed files with 1675 additions and 0 deletions
13
systems/default.nix
Normal file
13
systems/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{inputs, ...}: let
|
||||
inherit (inputs) nixpkgs;
|
||||
inherit (nixpkgs.lib) nixosSystem;
|
||||
in {
|
||||
flake.nixosConfigurations.atreus = nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
{networking.hostName = "atreus";}
|
||||
../nixos/common/flake-support.nix
|
||||
../nixos
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue