mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
added tv
This commit is contained in:
parent
35dc868264
commit
99c1e0a4fc
6 changed files with 232 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, nur, ... }@inputs:
|
||||
|
|
@ -64,6 +65,7 @@
|
|||
desktop = mkSystem { path = ./system/machines/desktop; };
|
||||
server = mkSystem { path = ./system/machines/server; };
|
||||
wsl = mkSystem { path = ./system/machines/wsl; };
|
||||
tv = mkSystem { path = ./system/machines/tv; system = "aarch64-linux"; };
|
||||
};
|
||||
|
||||
devShells.x86_64-linux.default = with mkPkgs "x86_64-linux"; mkShell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue