Deploy config for chilly.
This commit is contained in:
15
flake.nix
15
flake.nix
@@ -10,7 +10,7 @@
|
||||
disko.url = "github:nix-community/disko";
|
||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||
ppetru-home = {
|
||||
url = "git+file:../ppetru-home";
|
||||
url = "git+file:/home/ppetru/ppetru-home";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
@@ -95,6 +95,19 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
chilly = {
|
||||
hostname = "chilly";
|
||||
profiles = {
|
||||
system = {
|
||||
user = "root";
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.chilly;
|
||||
};
|
||||
ppetru = {
|
||||
user = "ppetru";
|
||||
path = deploy-rs.lib.x86_64-linux.activate.home-manager ppetru-home.homeConfigurations.ppetru;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user