add keylime
This commit is contained in:
parent
6fdb1cd520
commit
2a50b2098e
7 changed files with 80 additions and 76 deletions
33
flake.nix
33
flake.nix
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue