Compare commits

..

No commits in common. "d39dce176f25b0bc9ac6f06aabe38f68b3bfd300" and "edab7d7abe2b86addb65500056529f7845beb69a" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

@ -79,10 +79,6 @@
]; ];
files = [ files = [
"/etc/machine-id" "/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"; }
]; ];
}; };

View File

@ -28,10 +28,4 @@
autoResize = true; autoResize = true;
neededForBoot = true; neededForBoot = true;
}; };
fileSystems."/media" = {
device = "vm@b9b22d11-3492-49a6-92b7-b36cdf0161fe.cephfs=/media";
fsType = "ceph";
options = [ "nofail" ];
};
} }