chore: remove unneded stuff.

This commit is contained in:
CronyAkatsuki 2025-05-06 16:57:38 +02:00
parent d04eb88e46
commit 79420d9b7c
2 changed files with 0 additions and 423 deletions

View file

@ -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;};