Skip to content

Commit

Permalink
chore: work cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Oct 17, 2024
1 parent bfc7b89 commit 03eccbd
Show file tree
Hide file tree
Showing 32 changed files with 165 additions and 3,750 deletions.
1,619 changes: 142 additions & 1,477 deletions SwarselSystems.org

Large diffs are not rendered by default.

63 changes: 0 additions & 63 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -227,69 +227,6 @@
];
};

nginx = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
inputs.sops-nix.nixosModules.sops
./profiles/server1/nginx/nixos.nix
];
};

calibre = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
inputs.sops-nix.nixosModules.sops
./profiles/server1/calibre/nixos.nix
];
};

jellyfin = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
./profiles/server1/jellyfin/nixos.nix
];
};

transmission = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
inputs.sops-nix.nixosModules.sops
./profiles/server1/transmission/nixos.nix
];
};

matrix = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
inputs.sops-nix.nixosModules.sops
./profiles/server1/matrix/nixos.nix
];
};

sound = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
inputs.sops-nix.nixosModules.sops
./profiles/server1/sound/nixos.nix
];
};

spotifyd = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
inputs.sops-nix.nixosModules.sops
./profiles/server1/spotifyd/nixos.nix
];
};

paperless = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
inputs.sops-nix.nixosModules.sops
./profiles/server1/paperless/nixos.nix
];
};

#ovm swarsel
sync = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
Expand Down
135 changes: 0 additions & 135 deletions profiles/TEMPLATE/home.nix

This file was deleted.

104 changes: 0 additions & 104 deletions profiles/TEMPLATE/nixos.nix

This file was deleted.

62 changes: 3 additions & 59 deletions profiles/common/home/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,69 +7,14 @@ _:
SetEnv TERM=xterm-256color
'';
matchBlocks = {
"nginx" = {
hostname = "192.168.1.14";
user = "root";
};
"jellyfin" = {
hostname = "192.168.1.16";
user = "root";
};
# Local machines
"pfsense" = {
hostname = "192.168.1.1";
user = "root";
};
"proxmox" = {
"winters" = {
hostname = "192.168.1.2";
user = "root";
};
"transmission" = {
hostname = "192.168.1.6";
user = "root";
};
"fetcher" = {
hostname = "192.168.1.7";
user = "root";
};
"omv" = {
hostname = "192.168.1.3";
user = "root";
};
"webbot" = {
hostname = "192.168.1.11";
user = "root";
};
"nextcloud" = {
hostname = "192.168.1.5";
user = "root";
};
"sound" = {
hostname = "192.168.1.13";
user = "root";
};
"spotify" = {
hostname = "192.168.1.17";
user = "root";
};
"wordpress" = {
hostname = "192.168.1.9";
user = "root";
};
"turn" = {
hostname = "192.168.1.18";
user = "root";
};
"hugo" = {
hostname = "192.168.1.19";
user = "root";
};
"matrix" = {
hostname = "192.168.1.23";
user = "root";
};
"scroll" = {
hostname = "192.168.1.22";
user = "root";
user = "swarsel";
};
"minecraft" = {
hostname = "130.61.119.129";
Expand All @@ -89,7 +34,6 @@ _:
};
"efficient" = {
hostname = "g0.complang.tuwien.ac.at";
forwardAgent = true;
user = "ep01427399";
};
};
Expand Down
Loading

0 comments on commit 03eccbd

Please sign in to comment.