aristotle: add homestar

This commit is contained in:
2024-02-23 15:04:24 -05:00
parent 4026caccae
commit ae1760ffd8
2 changed files with 83 additions and 121 deletions

View File

@ -9,6 +9,8 @@
../../modules/ipfs/cluster.nix
../../modules/sops
../../services/homestar.nix
];
hardware = {
@ -34,4 +36,6 @@
];
environment.systemPackages = with pkgs; [ libraspberrypi raspberrypi-eeprom ];
# services.homestar.enable = true;
}