hosts: jupiter: move all nas to jupiter
This commit is contained in:
parent
405a67f440
commit
a54f8fbbaa
@ -101,7 +101,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/Pluto" =
|
fileSystems."/mnt/Pluto" =
|
||||||
{ device = "nas:/Pluto";
|
{ device = "jupiter:/Pluto";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ];
|
options = [ "noauto,users,x-systemd.automount,x-systemd.device-timeout=10,soft,timeo=14,x-systemd.idle-timeout=1min,sec=sys,exec,nfsvers=4.2" ];
|
||||||
};
|
};
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
#auto-cpufreq.enable = true;
|
qemuGuest.enable = true;
|
||||||
avahi = { # Needed to find wireless printer
|
avahi = { # Needed to find wireless printer
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
nssmdns = true;
|
||||||
|
@ -19,20 +19,16 @@
|
|||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" "virtio_pci" "virtio_scsi" "sr_mod" "virtio_blk" ];
|
boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" "virtio_pci" "virtio_scsi" "sr_mod" "virtio_blk" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
# boot.initrd.secrets = {
|
boot.initrd.secrets = {
|
||||||
# "/root/NASKeyfile" =
|
"/root/NASKeyfile" =
|
||||||
# /root/NASKeyfile;
|
/root/NASKeyfile;
|
||||||
# };
|
};
|
||||||
# boot.initrd.luks.devices = {
|
boot.initrd.luks.devices = {
|
||||||
# NAS-RAID1 = {
|
NAS-RAID1 = {
|
||||||
# device = "/dev/disk/by-uuid/57e6446d-faca-4b67-9063-e8d9afb80088";
|
device = "/dev/disk/by-uuid/57e6446d-faca-4b67-9063-e8d9afb80088";
|
||||||
# keyFile = "/root/NASKeyfile";
|
keyFile = "/root/NASKeyfile";
|
||||||
# };
|
};
|
||||||
# NAS-RAID2 = {
|
};
|
||||||
# device = "/dev/disk/by-uuid/b9edc489-ac37-4b28-981d-442722df7ae2";
|
|
||||||
# keyFile = "/root/NASKeyfile";
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
boot.kernelModules = [ ];
|
boot.kernelModules = [ ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
boot.tmp.useTmpfs = false;
|
boot.tmp.useTmpfs = false;
|
||||||
@ -45,7 +41,7 @@
|
|||||||
fileSystems = [
|
fileSystems = [
|
||||||
"/"
|
"/"
|
||||||
"/mnt/Mars"
|
"/mnt/Mars"
|
||||||
# "/mnt/Pluto"
|
"/mnt/Pluto"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -81,33 +77,33 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# lf = {
|
lf = {
|
||||||
# onCalendar = "daily";
|
onCalendar = "daily";
|
||||||
# settings = {
|
settings = {
|
||||||
# incremental = "yes";
|
incremental = "yes";
|
||||||
# snapshot_create = "ondemand";
|
snapshot_create = "ondemand";
|
||||||
# snapshot_dir = "@snapshots";
|
snapshot_dir = "@snapshots";
|
||||||
# timestamp_format = "long";
|
timestamp_format = "long";
|
||||||
#
|
|
||||||
# snapshot_preserve = "2m 2w 5d";
|
snapshot_preserve = "2m 2w 5d";
|
||||||
# snapshot_preserve_min = "latest";
|
snapshot_preserve_min = "latest";
|
||||||
#
|
|
||||||
# volume = {
|
volume = {
|
||||||
# "/mnt/snapshots/Pluto" = {
|
"/mnt/snapshots/Pluto" = {
|
||||||
# snapshot_create = "always";
|
snapshot_create = "always";
|
||||||
# subvolume = {
|
subvolume = {
|
||||||
# "@" = {};
|
"@" = {};
|
||||||
# "@/Backups" = {};
|
"@/Backups" = {};
|
||||||
# "@/Games" = {};
|
"@/Games" = {};
|
||||||
# "@/IT" = {};
|
"@/IT" = {};
|
||||||
# "@/Media" = {};
|
"@/Media" = {};
|
||||||
# "@/Pictures" = {};
|
"@/Pictures" = {};
|
||||||
# "@/Rest" = {};
|
"@/Rest" = {};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -153,18 +149,18 @@
|
|||||||
options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvolid=5,discard=async" ];
|
options = [ "compress=zstd,space_cache=v2,ssd,noatime,subvolid=5,discard=async" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# fileSystems."/mnt/snapshots/Pluto" =
|
fileSystems."/mnt/snapshots/Pluto" =
|
||||||
# { device = "/dev/disk/by-label/NAS-RAID";
|
{ device = "/dev/disk/by-label/NAS-RAID";
|
||||||
# fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
# options = [ "compress=zstd,space_cache=v2,noatime,subvolid=5" ];
|
options = [ "compress=zstd,space_cache=v2,noatime,subvolid=5" ];
|
||||||
# };
|
};
|
||||||
#
|
|
||||||
# fileSystems."/mnt/Pluto" =
|
fileSystems."/mnt/Pluto" =
|
||||||
# { device = "/dev/disk/by-label/NAS-RAID";
|
{ device = "/dev/disk/by-label/NAS-RAID";
|
||||||
# fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
# options = [ "compress=zstd,space_cache=v2,noatime,subvol=@" ];
|
options = [ "compress=zstd,space_cache=v2,noatime,subvol=@" ];
|
||||||
# };
|
};
|
||||||
#
|
|
||||||
fileSystems."/mnt/Mars" =
|
fileSystems."/mnt/Mars" =
|
||||||
{ device = "/dev/disk/by-label/MARS";
|
{ device = "/dev/disk/by-label/MARS";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
@ -176,10 +172,10 @@
|
|||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
# fileSystems."/export/Pluto" =
|
fileSystems."/export/Pluto" =
|
||||||
# { device = "/mnt/Pluto";
|
{ device = "/mnt/Pluto";
|
||||||
# options = [ "bind" ];
|
options = [ "bind" ];
|
||||||
# };
|
};
|
||||||
|
|
||||||
fileSystems."/export/Mars" =
|
fileSystems."/export/Mars" =
|
||||||
{ device = "/mnt/Mars";
|
{ device = "/mnt/Mars";
|
||||||
@ -229,10 +225,9 @@
|
|||||||
cpuFreqGovernor = lib.mkDefault "powersave";
|
cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
powertop.enable = true;
|
powertop.enable = true;
|
||||||
scsiLinkPolicy = "med_power_with_dipm";
|
scsiLinkPolicy = "med_power_with_dipm";
|
||||||
# powerUpCommands = ''
|
powerUpCommands = ''
|
||||||
# ${pkgs.hdparm}/sbin/hdparm -S 150 /dev/disk/by-uuid/57e6446d-faca-4b67-9063-e8d9afb80088
|
${pkgs.hdparm}/sbin/hdparm -S 150 /dev/disk/by-uuid/57e6446d-faca-4b67-9063-e8d9afb80088
|
||||||
# ${pkgs.hdparm}/sbin/hdparm -S 150 /dev/disk/by-uuid/b9edc489-ac37-4b28-981d-442722df7ae2
|
'';
|
||||||
# '';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
};
|
};
|
||||||
# open the firewall
|
# open the firewall
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
interfaces.lo1 = {
|
interfaces.enp6s18 = {
|
||||||
allowedTCPPorts = [ 2049 ];
|
allowedTCPPorts = [ 2049 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user