From f77a5e946f1be9633c673fd6e521a9ea65d02493 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Sat, 8 Apr 2023 05:23:01 +0200 Subject: [PATCH] bicep: mount /data --- flake.lock | 12 ++++++------ hosts/bicep/hardware-configuration.nix | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index ab66af8..92d8ae7 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1680724564, - "narHash": "sha256-eeUUGOTKTelYKDbUxKs0V7GUa186L2fym7jM2QQ4Oss=", + "lastModified": 1680879128, + "narHash": "sha256-ISFCCZ3/Dw5WK/6kFKwqA6gIEaOjqU/5NoB6Vge87sE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "36adaa6aaa6b03e59102df0c1b12cdc3f23fd112", + "rev": "fa98075869eb8264052548dde5c2ce9e68cf4cf1", "type": "github" }, "original": { @@ -96,11 +96,11 @@ }, "unstable": { "locked": { - "lastModified": 1680750214, - "narHash": "sha256-um8SRYtQu6AbQgMR8I4gKWOZl6n7cO6gZ7bxOmLJ78E=", + "lastModified": 1680882415, + "narHash": "sha256-trt2pwLDu1+kEtp3bx2DiYgg8CFWNbes+ujdAtSBO/U=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "060e8eee747772fe07b4751404ddcf998aeccbf3", + "rev": "cd07e0258cf73e1bcbd0c9abc5513baa091ee801", "type": "github" }, "original": { diff --git a/hosts/bicep/hardware-configuration.nix b/hosts/bicep/hardware-configuration.nix index e379330..c318673 100644 --- a/hosts/bicep/hardware-configuration.nix +++ b/hosts/bicep/hardware-configuration.nix @@ -18,6 +18,11 @@ fsType = "ext4"; }; + fileSystems."/data" = + { device = "/dev/disk/by-uuid/79e93eed-ad95-45c9-b115-4ef92afcc8c0"; + fsType = "f2fs"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking