add keylime

This commit is contained in:
41666 2023-12-23 02:39:15 -05:00
parent 6fdb1cd520
commit 2a50b2098e
7 changed files with 80 additions and 76 deletions

View file

@ -71,7 +71,7 @@
in import ./pkgs { inherit pkgs; } //
{
proxmox-lxc = inputs.nixos-generators.nixosGenerate {
inherit system;
inherit system pkgs;
modules = [
./nixos/templates/proxmox-lxc.nix
];
@ -117,35 +117,8 @@
# Main Desktop
aerial = mkNixos [ ./nixos/hosts/aerial ];
# 2015 MBP
#echo = mkNixos [ ./nixos/hosts/echo ];
# 2013 MBP
#who =
# Pi4B Xbox Hacking
#xxx = mkNixos [
# PlanetSide Stack
#watermelon =
# Akkoma (sapphic.engineer)
#pineapple =
# Web Services
#honeydew =
# Workers
#tangerine =
# Pi3B Audio Streamer
#audiofox =
# Router
#nekomata =
# just give me a machine THANKS
#lab =
# Keylime Lab
keylime = mkNixos [ ./nixos/hosts/keylime ];
};
darwinConfigurations = {