chore: remove unneded stuff.
This commit is contained in:
parent
d04eb88e46
commit
79420d9b7c
2 changed files with 0 additions and 423 deletions
41
flake.nix
41
flake.nix
|
@ -88,17 +88,6 @@
|
|||
...
|
||||
} @ inputs: {
|
||||
deploy.nodes = {
|
||||
dedi = {
|
||||
hostname = "dedi";
|
||||
profiles.ivek = {
|
||||
sshUser = "ivek";
|
||||
user = "ivek";
|
||||
path = deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations."ivek";
|
||||
sshOpts = [];
|
||||
magicRollback = false;
|
||||
};
|
||||
};
|
||||
|
||||
heimdall = {
|
||||
hostname = "heimdall";
|
||||
profiles.system = {
|
||||
|
@ -118,36 +107,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
"ivek" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
modules = [
|
||||
./hosts/server/home.nix
|
||||
(
|
||||
{...}: {
|
||||
home.username = "ivek";
|
||||
home.homeDirectory = "/home/ivek";
|
||||
}
|
||||
)
|
||||
];
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
};
|
||||
|
||||
"banir" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {system = "x86_64-linux";};
|
||||
modules = [
|
||||
./hosts/server/home.nix
|
||||
(
|
||||
{...}: {
|
||||
home.username = "banir";
|
||||
home.homeDirectory = "/home/banir";
|
||||
}
|
||||
)
|
||||
];
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
};
|
||||
};
|
||||
|
||||
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
modules = [inputs.stylix.nixOnDroidModules.stylix ./hosts/andronix/configuration.nix];
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue