hpmine
This commit is contained in:
27
flake.nix
27
flake.nix
@@ -160,6 +160,22 @@
|
||||
// inputs;
|
||||
};
|
||||
|
||||
hpmine = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
{ nixpkgs.overlays = baseOverlays; }
|
||||
./hosts/hpmine/configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
nix-index-database.nixosModules.nix-index
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
|
||||
specialArgs = {
|
||||
inherit myData;
|
||||
}
|
||||
// inputs;
|
||||
};
|
||||
|
||||
fwminex = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
@@ -265,6 +281,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
hpmine = {
|
||||
hostname = "hpmine.jakst.vpn";
|
||||
profiles = {
|
||||
system = {
|
||||
sshUser = "motiejus";
|
||||
path = self.nixosConfigurations.hpmine.pkgs.deploy-rs.lib.activate.nixos self.nixosConfigurations.hpmine;
|
||||
user = "root";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
vno1-gdrx = {
|
||||
hostname = "vno1-gdrx.jakst.vpn";
|
||||
profiles = {
|
||||
|
||||
Reference in New Issue
Block a user