server10: misc

This commit is contained in:
Sandro - 2024-01-06 14:11:50 +01:00
parent 01c0a4f3b3
commit 1f8184c532
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@ let
staging-data-hoarder.flakeref = "git+https://github.com/tlm-solutions/nix-config";
tram-borzoi.flakeref = "git+file:///tmp/tlms-tram-borzoi";
};
realizeFlake = with pkgs; "${writeScriptBin "realize-flake" ''
realizeFlake = with pkgs; "${writeScriptBin "realize-flake" /* bash */ ''
#! ${runtimeShell} -e
set -x
NAME=$1
@ -43,7 +43,6 @@ in
microvm.autostart = builtins.attrNames microvms;
systemd.services = {
"microvm-update@" = {
description = "Update MicroVMs automatically";
after = [ "network-online.target" ];