addin ssh key

This commit is contained in:
2023-11-21 22:14:52 +00:00
parent 2a7f43e71a
commit 51ad996383

View File

@@ -27,6 +27,13 @@
package = pkgs.openiscsi;
};
fileSystems."/mnt/ClusterStore" = {
device = "//dev/sda";
fsType = "ext4";
# options = ["uid=0,gid=1000"];
options = ["guest" "uid=1000"];
};
networking.defaultGateway = "192.168.1.1";
networking.nameservers = ["192.168.1.1" "8.8.8.8"];
}