mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-02-04 05:39:18 +01:00
kubernetes vm building
This commit is contained in:
parent
4e2d73d546
commit
376912c631
15 changed files with 319 additions and 15 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue