seperate out remote builds
This commit is contained in:
parent
f6bfae5e1e
commit
6aec2e2372
4 changed files with 23 additions and 26 deletions
15
flake.nix
15
flake.nix
|
|
@ -81,20 +81,7 @@
|
|||
};
|
||||
pochita = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
./hosts/pochita/configuration.nix
|
||||
raspberry-pi-nix.nixosModules.raspberry-pi
|
||||
nixos-hardware.nixosModules.raspberry-pi-5
|
||||
vscode-server.nixosModules.default
|
||||
agenix.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
environment.systemPackages = [
|
||||
agenix.packages.aarch64-linux.default
|
||||
osbm-nvim.packages.aarch64-linux.default
|
||||
];
|
||||
}
|
||||
];
|
||||
modules = [./hosts/pochita/configuration.nix];
|
||||
};
|
||||
pochita-sd = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue