From 484bbe69979db5082749bd7f83656a1d20d70947 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Fri, 24 Sep 2021 17:53:00 -0400 Subject: [PATCH] update radio --- flake.lock | 8 ++++---- machines/liza/configuration.nix | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 79acfa1..f617305 100644 --- a/flake.lock +++ b/flake.lock @@ -163,11 +163,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1632516213, - "narHash": "sha256-CLsGIWi7oIU1Z3GxhZhzv1dJF/k336M4NjWSbyDWORw=", + "lastModified": 1632520346, + "narHash": "sha256-jDujzIelVZZdwLUHN0gfztQM8QPatcfbx82huBVbqyU=", "ref": "main", - "rev": "209e5e2292fa682643c4f360152ec09c12e3e7e4", - "revCount": 41, + "rev": "96f6572a4b7f11889ba56ba39cd7a5936e4484c0", + "revCount": 42, "type": "git", "url": "https://git.neet.dev/zuckerberg/radio.git" }, diff --git a/machines/liza/configuration.nix b/machines/liza/configuration.nix index 9eb9102..7b2a783 100644 --- a/machines/liza/configuration.nix +++ b/machines/liza/configuration.nix @@ -130,12 +130,14 @@ in { hostPath = "/var/lib/"; isReadOnly = false; }; - }; - bindMounts = { "/run/secrets" = { hostPath = "/run/secrets"; isReadOnly = true; }; + "/dev/fuse" = { + hostPath = "/dev/fuse"; + isReadOnly = false; + }; }; enableTun = true; privateNetwork = true;