chore: remove proxmox from jeremiah

This commit is contained in:
Greg Hellings
2026-02-19 19:55:13 -06:00
parent c563b57974
commit e514982fb6
4 changed files with 3 additions and 144 deletions
-8
View File
@@ -54,14 +54,6 @@
};
};
fileSystems = {
"/media/proxmox" = {
device = "10.42.1.4:/volume1/proxmox";
fsType = "nfs";
options = [ "noatime" ];
};
};
networking = {
firewall = {
enable = true;
-10
View File
@@ -17,7 +17,6 @@ in
{
imports = [
./hardware-configuration.nix
top.proxmox.nixosModules.proxmox-ve
top.buildbot.nixosModules.buildbot-master
top.buildbot.nixosModules.buildbot-worker
];
@@ -76,11 +75,6 @@ in
fsType = "btrfs";
device = "/dev/nvme0n1p1";
};
"/media/proxmox" = {
device = "10.42.1.4:/volume1/proxmox";
fsType = "nfs";
options = [ "noatime" ];
};
};
greg = {
@@ -182,10 +176,6 @@ in
user = "greg";
};
};
proxmox-ve = {
enable = true;
ipAddress = ip;
};
sunshine = {
enable = true;
autoStart = true;