refactor everything
This commit is contained in:
parent
8955b0a13f
commit
d3c4933628
26 changed files with 40 additions and 270 deletions
|
@ -77,8 +77,7 @@
|
|||
inherit modules pkgs;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
in
|
||||
rec {
|
||||
in {
|
||||
# Your custom packages
|
||||
# Acessible through 'nix build', 'nix shell', etc
|
||||
packages = forAllSystems (system:
|
||||
|
@ -135,8 +134,8 @@
|
|||
# Keylime Lab
|
||||
keylime = mkNixos [ ./nixos/hosts/keylime ];
|
||||
|
||||
# HP Spectre
|
||||
drone = mkNixos [ ./nixos/hosts/drone ];
|
||||
# HP Spectre
|
||||
drone = mkNixos [ ./nixos/hosts/drone ];
|
||||
};
|
||||
|
||||
darwinConfigurations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue