Compare commits
No commits in common. "d39dce176f25b0bc9ac6f06aabe38f68b3bfd300" and "edab7d7abe2b86addb65500056529f7845beb69a" have entirely different histories.
d39dce176f
...
edab7d7abe
|
@ -79,10 +79,6 @@
|
|||
];
|
||||
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,10 +28,4 @@
|
|||
autoResize = true;
|
||||
neededForBoot = true;
|
||||
};
|
||||
|
||||
fileSystems."/media" = {
|
||||
device = "vm@b9b22d11-3492-49a6-92b7-b36cdf0161fe.cephfs=/media";
|
||||
fsType = "ceph";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue