From 6320d4225b087f096268cd99eee2ba3ecfa989a0 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 22 Sep 2022 00:17:41 +0300 Subject: 2022-09-22 --- flake.lock | 18 +++++++++--------- flake.nix | 5 +---- modules/nixfiles/mpd.nix | 2 +- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index 425a61a..48253ef 100644 --- a/flake.lock +++ b/flake.lock @@ -24,18 +24,18 @@ "azahi-cc": { "flake": false, "locked": { - "lastModified": 1663184812, - "narHash": "sha256-iJIqUPeG9R1XghnnT3m0J3vPBZgsw3xkv5hgKnWs3+4=", - "owner": "azahi", - "repo": "azahi.cc", - "rev": "bcb23428a7960c8683d62fe95af2ed737370f63b", - "type": "gitlab" + "lastModified": 1663794131, + "narHash": "sha256-HPgP6ay74LsG0nEERVmbl3l2kBTVqTtzvUyJYQIzJMI=", + "ref": "master", + "rev": "8179ba2c314bca033e40c117e0fa2d3736be9508", + "revCount": 13, + "type": "git", + "url": "https://git.azahi.cc/azahi-cc" }, "original": { - "owner": "azahi", "ref": "master", - "repo": "azahi.cc", - "type": "gitlab" + "type": "git", + "url": "https://git.azahi.cc/azahi-cc" } }, "blobs": { diff --git a/flake.nix b/flake.nix index 68f66d2..5a224e1 100644 --- a/flake.nix +++ b/flake.nix @@ -193,10 +193,7 @@ }; azahi-cc = { - type = "gitlab"; - owner = "azahi"; - repo = "azahi.cc"; - ref = "master"; + url = "git+https://git.azahi.cc/azahi-cc?ref=master"; flake = false; }; diff --git a/modules/nixfiles/mpd.nix b/modules/nixfiles/mpd.nix index b2962ab..cc542fe 100644 --- a/modules/nixfiles/mpd.nix +++ b/modules/nixfiles/mpd.nix @@ -16,7 +16,7 @@ in { services.mpd = { enable = true; - + musicDirectory = "${config.my.home}/music"; extraConfig = '' restore_paused "yes" -- cgit 1.4.1