updated nix flake
This commit is contained in:
parent
f51c7e4267
commit
b260743b9e
17
flake.nix
17
flake.nix
@ -91,6 +91,14 @@
|
||||
./hosts/v-th-ctr-01/configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
# Raspberry pi
|
||||
p-th-rpi-01 = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
./hosts/p-th-rpi-01/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
@ -136,6 +144,15 @@
|
||||
./hosts/v-th-ctr-01/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
# Deploy
|
||||
"deploy@p-th-rpi-01" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
./hosts/p-th-rpi-01/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user