mindflayer: init
This commit is contained in:
parent
df76123682
commit
bf9992a5a6
3 changed files with 45 additions and 2 deletions
10
flake.nix
10
flake.nix
|
|
@ -8,6 +8,11 @@
|
|||
|
||||
authentik-nix.url = "github:nix-community/authentik-nix";
|
||||
|
||||
nixos-avf = {
|
||||
url = "github:nix-community/nixos-avf";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
home-manager = {
|
||||
|
|
@ -43,8 +48,8 @@
|
|||
};
|
||||
|
||||
outputs = inputs@{ ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
let
|
||||
system = inputs.nixpkgs.lib.mkDefault "x86_64-linux";
|
||||
nixosSystem =
|
||||
hostName:
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -56,6 +61,7 @@
|
|||
Swordsmachine = nixosSystem "Swordsmachine";
|
||||
Earthmover = nixosSystem "Earthmover";
|
||||
Drone = nixosSystem "Drone";
|
||||
Mindflayer = nixosSystem "Mindflayer";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue