mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
21
hosts/server/modules/jackflix/defaultjackflix.nix
Normal file
21
hosts/server/modules/jackflix/defaultjackflix.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
# {
|
||||
# imports = [
|
||||
# ./jellyfin.nix
|
||||
# # ./jellyseerr.nix
|
||||
# # ./prowlarr.nix
|
||||
# # ./radarr.nix
|
||||
# # ./sonarr.nix
|
||||
# # ./transmission.nix
|
||||
# ];
|
||||
#
|
||||
# users.groups = { jackflix = { }; };
|
||||
#
|
||||
# users.users.jackflix = {
|
||||
# isNormalUser = true;
|
||||
# home = "/home/jackflix";
|
||||
# description = "My own netflix";
|
||||
# hashedPassword =
|
||||
# "$y$j9T$9.hOJCwwmryq3PzEOGtjZ.$hu/76TghEjongcbls7oDoN2GWRqg8AwCknq.CS0zB.8";
|
||||
# extraGroups = [ "docker" "jackflix" ];
|
||||
# };
|
||||
# }
|
||||
Reference in New Issue
Block a user