mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 06:32:08 +00:00
addin ssh key
This commit is contained in:
@@ -28,10 +28,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/ClusterStore" = {
|
fileSystems."/mnt/ClusterStore" = {
|
||||||
device = "//dev/sda";
|
device = "/dev/sda1";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
# options = ["uid=0,gid=1000"];
|
# options = ["uid=0,gid=1000"];
|
||||||
options = ["guest" "uid=1000"];
|
options = ["_netdev" "guest" "uid=1000"];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.defaultGateway = "192.168.1.1";
|
networking.defaultGateway = "192.168.1.1";
|
||||||
|
|||||||
Reference in New Issue
Block a user