diff --git a/hosts/HL-1-MRZ-HOST-01/guests.nix b/hosts/HL-1-MRZ-HOST-01/guests.nix index 027cc35..4286013 100755 --- a/hosts/HL-1-MRZ-HOST-01/guests.nix +++ b/hosts/HL-1-MRZ-HOST-01/guests.nix @@ -93,7 +93,6 @@ enableStorageDataset = true; } // mkMicrovm "syncthing" "HL-3-RZ-SYNC-01" "enp4s0" "02:01:27:6b:d9:d4" "vlan40" { - # enableSharedDataset = true; } // mkMicrovm "forgejo" "HL-3-RZ-GIT-01" "enp4s0" "02:01:27:c4:0e:09" "vlan40" { enableStorageDataset = true; diff --git a/hosts/HL-1-MRZ-HOST-01/guests/power-meter.nix b/hosts/HL-1-MRZ-HOST-01/guests/power-meter.nix index 284034e..0c6214d 100755 --- a/hosts/HL-1-MRZ-HOST-01/guests/power-meter.nix +++ b/hosts/HL-1-MRZ-HOST-01/guests/power-meter.nix @@ -11,27 +11,27 @@ { microvm.mem = 512; microvm.vcpu = 1; - # microvm.shares = [ - # { - # # On the host - # source = "/shared/shares/users/christian/Trading/TWS_Flex_Reports"; - # # In the MicroVM - # mountPoint = "/TWS_Flex_Reports"; - # tag = "flex"; - # proto = "virtiofs"; - # } - # ]; + microvm.shares = [ + { + # On the host + source = "/shared/shares/users/christian/Trading/TWS_Flex_Reports"; + # In the MicroVM + mountPoint = "/TWS_Flex_Reports"; + tag = "flex"; + proto = "virtiofs"; + } + ]; networking.hostName = hostName; # |----------------------------------------------------------------------| # - # users = { - # users.ibkr = { - # isSystemUser = true; - # group = "ibkr"; - # }; - # groups.ibkr = {}; - # }; + users = { + users.power = { + isSystemUser = true; + group = "power"; + }; + groups.power = {}; + }; # |----------------------------------------------------------------------| # # age.secrets = { # ibkrFlexToken = { @@ -50,9 +50,7 @@ # | SYSTEM PACKAGES | # ------------------------------ environment.systemPackages = with pkgs; [ - gawk pkg-config - openssh inputs.power-meter.packages.${pkgs.system}.power-meter ]; # |----------------------------------------------------------------------| #