remove unused configs

This commit is contained in:
Kopatz
2025-05-04 18:55:59 +02:00
parent 4ab637311f
commit 448e70f935
10 changed files with 0 additions and 481 deletions

View File

@@ -14,10 +14,6 @@
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
# secrets management
agenix = {
url = "github:ryantm/agenix";
@@ -67,7 +63,6 @@
, home-manager-unstable
#, nixos-cosmic
, nixvim
, nixos-generators
, stylix
, disko
, flake-utils
@@ -142,9 +137,6 @@
};
"nix-laptop" = mkHost {
specialArgs = {
## Custom variables (e.g. ip, interface, etc)
vars = import ./systems/userdata-default.nix
// import ./systems/laptop/userdata.nix;
pkgsVersion = nixpkgs-unstable;
home-manager-version = home-manager-unstable;
};
@@ -155,13 +147,6 @@
./modules/collections/laptop.nix
];
};
"mini-pc" = mkStableServer {
modules = [ ./users/anon ./systems/mini-pc/configuration.nix ];
};
"mini-pc-proxmox" = mkStableServer {
modules =
[ ./users/anon ./systems/mini-pc-proxmox/configuration.nix ];
};
#initial install done with nix run github:nix-community/nixos-anywhere/73a6d3fef4c5b4ab9e4ac868f468ec8f9436afa7 -- --flake .#adam-site root@<ip>
#update with nixos-rebuild switch --flake .#adam-site --target-host "root@<ip>"
"adam-site" = mkStableServer {
@@ -174,13 +159,6 @@
modules =
[ disko.nixosModules.disko ./systems/adam-site/configuration.nix ];
};
"proxmox-test-vm" = mkHost {
minimal = true;
modules = [
disko.nixosModules.disko
./systems/proxmox-test-vm/configuration.nix
];
};
"amd-server" = mkHost {
modules = [ ./users/kopatz ./systems/amd-server/configuration.nix ];
};