Use new hard disk on sisko

This commit is contained in:
Andrea Ciceri 2024-10-10 17:05:46 +02:00
parent 34b7c07297
commit 180e5743cc
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 60 additions and 9 deletions

View file

@ -28,6 +28,8 @@
"garmin-collector"
"restic"
"atuin"
"rock5b-fan-control"
"immich"
]
++ [
./disko.nix
@ -94,12 +96,6 @@
fileSystems."/persist".neededForBoot = true;
boot.tmp.cleanOnBoot = true;
fileSystems."/mnt/hd" = {
device = "/dev/disk/by-id/ata-WDC_WD5000AAKX-08U6AA0_WD-WCC2E5TR40FU-part1";
fsType = "ext4";
options = [ "nofail" ];
};
environment.systemPackages = with pkgs; [
cifs-utils
];