chore: remove proxmox from jeremiah
This commit is contained in:
@@ -54,14 +54,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
"/media/proxmox" = {
|
||||
device = "10.42.1.4:/volume1/proxmox";
|
||||
fsType = "nfs";
|
||||
options = [ "noatime" ];
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user