263 current 2025-10-11 02:55:17 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 03:06:43 -05:00
parent 502e53377f
commit ce6847fd36
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 262 current 2025-10-11 02:49:09 25.05.20251006.20c4598 6.12.50 * # generation: 263 current 2025-10-11 02:55:17 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -61,6 +61,7 @@ in
autoStart = true; autoStart = true;
extraOptions = [ extraOptions = [
"--pull=newer" "--pull=newer"
"--network=host"
]; ];
volumes = [ volumes = [
"${cfg.data_dir}:/config" "${cfg.data_dir}:/config"