Use new hard disk on sisko
This commit is contained in:
parent
34b7c07297
commit
180e5743cc
2 changed files with 60 additions and 9 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue