aboutsummaryrefslogtreecommitdiff
path: root/nix/hosts/wildcat/hardware.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-08-05 17:09:47 -0700
committerFranck Cuny <franck@fcuny.net>2024-08-05 17:09:47 -0700
commite7be60895a71b95fe619c4c035afd67867454723 (patch)
tree98d63dff5427c1734f9b5b50da236bab0ab57ac5 /nix/hosts/wildcat/hardware.nix
parentadd a new host: wildcat (diff)
downloadinfra-e7be60895a71b95fe619c4c035afd67867454723.tar.gz
set the ssh key for user fcuny
Diffstat (limited to 'nix/hosts/wildcat/hardware.nix')
-rw-r--r--nix/hosts/wildcat/hardware.nix2
1 files changed, 1 insertions, 1 deletions
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";
};