addin ssh key

This commit is contained in:
2023-11-21 22:38:05 +00:00
parent 42c75bde08
commit cdc3af5ec4

View File

@@ -18,6 +18,6 @@
device = "/dev/sda1"; device = "/dev/sda1";
fsType = "ext4"; fsType = "ext4";
# options = ["uid=0,gid=1000"]; # options = ["uid=0,gid=1000"];
options = ["_netdev" "uid=1000"]; options = ["_netdev"];
}; };
} }