aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock34
-rw-r--r--flake.nix2
-rw-r--r--hosts/profiles/nas.nix1
3 files changed, 27 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock
index 812551c..7aa886f 100644
--- a/flake.lock
+++ b/flake.lock
@@ -60,20 +60,21 @@
"inputs": {
"nixpkgs": [
"nixpkgs"
- ]
+ ],
+ "utils": "utils"
},
"locked": {
- "lastModified": 1648397736,
- "narHash": "sha256-G8jJQJxeYaZBWHQLduYLo0FahriR+DvtJW3YL0t8Q6A=",
- "ref": "fcuny/nix",
- "rev": "3ea9c82d551b6f1bf415ced29f572a6372f097d8",
- "revCount": 51,
+ "lastModified": 1648409120,
+ "narHash": "sha256-pvmUuZSRYVBY3b535FCKWdwrVFjCJly9+lhhmAYcn/0=",
+ "ref": "main",
+ "rev": "f2a376b00b20d6c7397a253659abb3c62c9acdd6",
+ "revCount": 49,
"type": "git",
"url": "https://git.fcuny.net/fcuny/tools.git"
},
"original": {
- "ref": "fcuny/nix",
- "rev": "3ea9c82d551b6f1bf415ced29f572a6372f097d8",
+ "ref": "main",
+ "rev": "f2a376b00b20d6c7397a253659abb3c62c9acdd6",
"type": "git",
"url": "https://git.fcuny.net/fcuny/tools.git"
}
@@ -134,11 +135,26 @@
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
- "utils": "utils"
+ "utils": "utils_2"
}
},
"utils": {
"locked": {
+ "lastModified": 1648297722,
+ "narHash": "sha256-W+qlPsiZd8F3XkzXOzAoR+mpFqzm3ekQkJNa+PIh1BQ=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "0f8662f1319ad6abf89b3380dd2722369fc51ade",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "utils_2": {
+ "locked": {
"lastModified": 1644229661,
"narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
"owner": "numtide",
diff --git a/flake.nix b/flake.nix
index 4dbdc8f..7b39b6a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,7 +19,7 @@
mytools = {
url =
- "git+https://git.fcuny.net/fcuny/tools.git?ref=fcuny/nix&rev=3ea9c82d551b6f1bf415ced29f572a6372f097d8";
+ "git+https://git.fcuny.net/fcuny/tools.git?ref=main&rev=f2a376b00b20d6c7397a253659abb3c62c9acdd6";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "utils";
};
diff --git a/hosts/profiles/nas.nix b/hosts/profiles/nas.nix
index f585550..76fae45 100644
--- a/hosts/profiles/nas.nix
+++ b/hosts/profiles/nas.nix
@@ -14,6 +14,7 @@ in {
../common/server/rclone.nix
];
+ # tool to organize the music on the NAS
environment.systemPackages = with pkgs; [ music-organizer ];
users.groups.nas.gid = 5000;