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
12
system/machines/tv/default.nix
Normal file
12
system/machines/tv/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.raspberry-pi-4
|
||||
../../../user
|
||||
../../keys
|
||||
./hardware.nix
|
||||
./system.nix
|
||||
./modules/kiosk
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue