From e7be60895a71b95fe619c4c035afd67867454723 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 5 Aug 2024 17:09:47 -0700 Subject: set the ssh key for user fcuny --- nix/hosts/wildcat/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/hosts/wildcat/hardware.nix') diff --git a/nix/hosts/wildcat/hardware.nix b/nix/hosts/wildcat/hardware.nix index cc14f5a..351c991 100644 --- a/nix/hosts/wildcat/hardware.nix +++ b/nix/hosts/wildcat/hardware.nix @@ -21,7 +21,7 @@ device = "/dev/sda1"; fsType = "ext4"; }; - "/data" = { + "/srv" = { device = "/dev/disk/by-id/scsi-0HC_Volume_101115314"; fsType = "ext4"; }; -- cgit v1.2.3