kubernetes vm building

This commit is contained in:
BOTAlex 2026-01-24 16:43:58 +01:00
parent 4e2d73d546
commit 376912c631
15 changed files with 319 additions and 15 deletions

View file

@ -53,6 +53,13 @@
options = [ "nofail" "x-systemd.automount" ];
};
# fileSystems."/mnt/benjaSteal" = {
# device = "mediaslave@deprived.dev:/";
# fsType = "sshfs";
# options =
# [ "nodev" "noatime" "allow_other" "IdentityFile=/root/.ssh/id_ed25519" ];
# };
# fileSystems."/mnt/disk5" = {
# device = "/dev/disk/by-partuuid/3610155d-6d3d-4be1-9e50-7a638ccbf98c";
# fsType = "ext4";