minor changes

feature/hass
Ingolf Wagner 2022-12-18 17:29:16 +01:00
parent ef775e206b
commit e9876e7aaf
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
4 changed files with 8 additions and 8 deletions

View File

@ -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"
}
},

View File

@ -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";
};

View File

@ -35,7 +35,7 @@
};
};
serivces.permown."/home/palo/music-library" = {
services.permown."/home/palo/music-library" = {
owner = "palo";
group = "users";
};

View File

@ -112,7 +112,7 @@
owner = "syncthing";
group = "syncthing";
};
serivces.permown."/media/syncthing" = {
services.permown."/media/syncthing" = {
owner = "syncthing";
group = "syncthing";
};