Compare commits
2 commits
edab7d7abe
...
d39dce176f
Author | SHA1 | Date | |
---|---|---|---|
d39dce176f | |||
267c228598 |
2 changed files with 10 additions and 0 deletions
|
@ -79,6 +79,10 @@
|
|||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
{ file = "/etc/ssh/ssh_host_ed25519_key"; mode = "0600"; }
|
||||
{ file = "/etc/ssh/ssh_host_ed25519_key.pub"; mode = "0644"; }
|
||||
{ file = "/etc/ssh/ssh_host_rsa_key"; mode = "0600"; }
|
||||
{ file = "/etc/ssh/ssh_host_rsa_key.pub"; mode = "0644"; }
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -28,4 +28,10 @@
|
|||
autoResize = true;
|
||||
neededForBoot = true;
|
||||
};
|
||||
|
||||
fileSystems."/media" = {
|
||||
device = "vm@b9b22d11-3492-49a6-92b7-b36cdf0161fe.cephfs=/media";
|
||||
fsType = "ceph";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue