Revert "temporarily disable hdd dependant services"
This reverts commit 0a4a1126b8e0df3e71ea4aea1de17f470eb32df6.
This commit is contained in:
parent
2a04b4cccd
commit
97172de141
@ -2,7 +2,7 @@
|
|||||||
let persistRoot = config.autoinstall.persist.persistRoot or "/persist";
|
let persistRoot = config.autoinstall.persist.persistRoot or "/persist";
|
||||||
in {
|
in {
|
||||||
imports = with inputs.self; [
|
imports = with inputs.self; [
|
||||||
# ./backups.nix
|
./backups.nix
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./usb-hdd.nix
|
./usb-hdd.nix
|
||||||
@ -20,21 +20,21 @@ in {
|
|||||||
customProfiles.coturn
|
customProfiles.coturn
|
||||||
customProfiles.fail2ban
|
customProfiles.fail2ban
|
||||||
customProfiles.gitea
|
customProfiles.gitea
|
||||||
# customProfiles.homepage
|
customProfiles.homepage
|
||||||
customProfiles.hoyolab
|
customProfiles.hoyolab
|
||||||
# customProfiles.inpx-web
|
customProfiles.inpx-web
|
||||||
customProfiles.it-tools
|
customProfiles.it-tools
|
||||||
# customProfiles.media-stack
|
customProfiles.media-stack
|
||||||
# customProfiles.metrics
|
customProfiles.metrics
|
||||||
# customProfiles.minio
|
customProfiles.minio
|
||||||
customProfiles.netbird-server
|
customProfiles.netbird-server
|
||||||
customProfiles.nginx
|
customProfiles.nginx
|
||||||
# customProfiles.ocis
|
customProfiles.ocis
|
||||||
# customProfiles.onlyoffice
|
customProfiles.onlyoffice
|
||||||
# customProfiles.openbooks
|
customProfiles.openbooks
|
||||||
customProfiles.outline
|
customProfiles.outline
|
||||||
customProfiles.radicale
|
customProfiles.radicale
|
||||||
# customProfiles.spdf
|
customProfiles.spdf
|
||||||
customProfiles.synapse
|
customProfiles.synapse
|
||||||
customProfiles.tinyproxy
|
customProfiles.tinyproxy
|
||||||
customProfiles.vault
|
customProfiles.vault
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{ ... }: {
|
{ ... }: {
|
||||||
boot.initrd = rec {
|
boot.initrd = rec {
|
||||||
# luks.devices = {
|
luks.devices = {
|
||||||
# "crypt-nas" = {
|
"crypt-nas" = {
|
||||||
# device = "/dev/disk/by-id/usb-JMicron_Tech_A311737E-0:0";
|
device = "/dev/disk/by-id/usb-JMicron_Tech_A311737E-0:0";
|
||||||
# keyFile = "/nas_keyfile0.bin";
|
keyFile = "/nas_keyfile0.bin";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
secrets = {
|
secrets = {
|
||||||
"nas_keyfile0.bin" = "/etc/secrets/nas_keyfile0.bin";
|
"nas_keyfile0.bin" = "/etc/secrets/nas_keyfile0.bin";
|
||||||
};
|
};
|
||||||
@ -19,5 +19,5 @@
|
|||||||
kernelModules = availableKernelModules;
|
kernelModules = availableKernelModules;
|
||||||
};
|
};
|
||||||
|
|
||||||
# boot.zfs.extraPools = [ "nas-pool" ];
|
boot.zfs.extraPools = [ "nas-pool" ];
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user