addin ssh key

This commit is contained in:
2023-11-21 22:30:04 +00:00
parent e1f2f5e8a6
commit 33f1f7de2b

View File

@@ -31,7 +31,7 @@
device = "/dev/sda1";
fsType = "ext4";
# options = ["uid=0,gid=1000"];
options = ["_netdev" "guest" "uid=1000"];
options = ["_netdev"];
};
networking.defaultGateway = "192.168.1.1";