From e9876e7aafb1d353052fbba708cc65cb78536de3 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 18 Dec 2022 17:29:16 +0100 Subject: [PATCH] minor changes --- flake.lock | 10 +++++----- flake.nix | 2 +- nixos/machines/mobi/syncthing.nix | 2 +- nixos/machines/pepe/syncthing.nix | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index a6d9335..3570aff 100644 --- a/flake.lock +++ b/flake.lock @@ -764,16 +764,16 @@ ] }, "locked": { - "lastModified": 1671378217, - "narHash": "sha256-9wls3Nw42vc30iumyEhFVpUdsUpJKNv52hXgreQ+sH0=", + "lastModified": 1671380869, + "narHash": "sha256-oZIQ0/KT9tZAmYS1R+AZKrzIW95Db4UhalV/hE5UJbA=", "owner": "mrVanDalo", - "repo": "nixos-module-permown", - "rev": "4c00415d0275a8dc836bc56045cfb80b07188dbe", + "repo": "module.permown", + "rev": "085a4a4b5440a3db016da10d655a15a3e669a141", "type": "github" }, "original": { "owner": "mrVanDalo", - "repo": "nixos-module-permown", + "repo": "module.permown", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 494d46d..3fbbf3a 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; permown = { - url = "github:mrVanDalo/nixos-module-permown"; + url = "github:mrVanDalo/module.permown"; #url = "git+file:///home/palo/dev/nixos/permown"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/nixos/machines/mobi/syncthing.nix b/nixos/machines/mobi/syncthing.nix index 55acd61..adc5255 100644 --- a/nixos/machines/mobi/syncthing.nix +++ b/nixos/machines/mobi/syncthing.nix @@ -35,7 +35,7 @@ }; }; - serivces.permown."/home/palo/music-library" = { + services.permown."/home/palo/music-library" = { owner = "palo"; group = "users"; }; diff --git a/nixos/machines/pepe/syncthing.nix b/nixos/machines/pepe/syncthing.nix index 4713a85..c78d936 100644 --- a/nixos/machines/pepe/syncthing.nix +++ b/nixos/machines/pepe/syncthing.nix @@ -112,7 +112,7 @@ owner = "syncthing"; group = "syncthing"; }; - serivces.permown."/media/syncthing" = { + services.permown."/media/syncthing" = { owner = "syncthing"; group = "syncthing"; };