[hosts] add oparic-local-dev
This commit is contained in:
@@ -28,6 +28,13 @@
|
||||
./hosts/eris/configuration.nix
|
||||
];
|
||||
};
|
||||
"oparic-local-dev" = nixpkgs-linux.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/oparic-local-dev/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
darwinConfigurations = {
|
||||
@@ -73,6 +80,22 @@
|
||||
};
|
||||
};
|
||||
|
||||
"origami@oparic-local-dev" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs-linux.legacyPackages.x86_64-linux;
|
||||
modules = [
|
||||
{ nixpkgs.config.allowUnfreePredicate = _: true; }
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
./home/hosts/oparic-local-dev.nix
|
||||
];
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
lib = import ./home/lib/origami404.nix {
|
||||
hmSource = inputs.home-manager;
|
||||
npLib = nixpkgs-linux.lib;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
"origami@hypnos" = home-manager-darwin.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs-darwin.legacyPackages.aarch64-darwin;
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user