minor changes

This commit is contained in:
Ingolf Wagner 2022-12-18 17:29:16 +01:00
parent ef775e206b
commit e9876e7aaf
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
4 changed files with 8 additions and 8 deletions

View file

@ -764,16 +764,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1671378217, "lastModified": 1671380869,
"narHash": "sha256-9wls3Nw42vc30iumyEhFVpUdsUpJKNv52hXgreQ+sH0=", "narHash": "sha256-oZIQ0/KT9tZAmYS1R+AZKrzIW95Db4UhalV/hE5UJbA=",
"owner": "mrVanDalo", "owner": "mrVanDalo",
"repo": "nixos-module-permown", "repo": "module.permown",
"rev": "4c00415d0275a8dc836bc56045cfb80b07188dbe", "rev": "085a4a4b5440a3db016da10d655a15a3e669a141",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "mrVanDalo", "owner": "mrVanDalo",
"repo": "nixos-module-permown", "repo": "module.permown",
"type": "github" "type": "github"
} }
}, },

View file

@ -48,7 +48,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
permown = { permown = {
url = "github:mrVanDalo/nixos-module-permown"; url = "github:mrVanDalo/module.permown";
#url = "git+file:///home/palo/dev/nixos/permown"; #url = "git+file:///home/palo/dev/nixos/permown";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

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

View file

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