nixos/shill: Re-enable Jackflix

This commit is contained in:
Jack O'Sullivan 2023-02-21 14:22:10 +00:00
parent 207697c3b2
commit 15721e0894
2 changed files with 17 additions and 18 deletions

View File

@ -139,19 +139,19 @@
(mkMerge [ (vmLVM "shill" "esp") { frontendOpts.bootindex = 0; } ]) (mkMerge [ (vmLVM "shill" "esp") { frontendOpts.bootindex = 0; } ])
(vmLVM "shill" "nix") (vmLVM "shill" "nix")
(vmLVM "shill" "persist") (vmLVM "shill" "persist")
# { {
# name = "media"; name = "media";
# backend = { backend = {
# driver = "host_device"; driver = "host_device";
# filename = "/dev/main/media"; filename = "/dev/main/media";
# discard = "unmap"; discard = "unmap";
# }; };
# format = { format = {
# driver = "raw"; driver = "raw";
# discard = "unmap"; discard = "unmap";
# }; };
# frontend = "virtio-blk"; frontend = "virtio-blk";
# } }
{ {
name = "minio"; name = "minio";
backend = { backend = {

View File

@ -76,10 +76,10 @@
fsType = "ext4"; fsType = "ext4";
neededForBoot = true; neededForBoot = true;
}; };
# "/mnt/media" = { "/mnt/media" = {
# device = "/dev/disk/by-label/media"; device = "/dev/disk/by-label/media";
# fsType = "ext4"; fsType = "ext4";
# }; };
"/mnt/minio" = { "/mnt/minio" = {
device = "/dev/disk/by-label/minio"; device = "/dev/disk/by-label/minio";
fsType = "xfs"; fsType = "xfs";
@ -134,7 +134,6 @@
}; };
}; };
systemd.services."systemd-nspawn@jackflix".enable = false;
my = { my = {
secrets.key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ6bc1pQCYalLXdB4X+7kFXtkTdFalbH5rchjuYj2ceU"; secrets.key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ6bc1pQCYalLXdB4X+7kFXtkTdFalbH5rchjuYj2ceU";
server.enable = true; server.enable = true;