jellyfin is working on my domain name
0
.gitignore
vendored
Normal file → Executable file
0
assets/images/nixos-logo.png
Normal file → Executable file
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
0
assets/screens/blank-desktop.png
Normal file → Executable file
|
Before Width: | Height: | Size: 670 KiB After Width: | Height: | Size: 670 KiB |
0
assets/screens/desktop-busy.png
Normal file → Executable file
|
Before Width: | Height: | Size: 424 KiB After Width: | Height: | Size: 424 KiB |
0
assets/screens/desktop-neofetch.png
Normal file → Executable file
|
Before Width: | Height: | Size: 522 KiB After Width: | Height: | Size: 522 KiB |
0
assets/screens/toolbelt.gif
Normal file → Executable file
|
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 2.8 MiB |
0
assets/screens/toolbelt_hq.gif
Normal file → Executable file
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 2.5 MiB |
0
assets/sound/backspace.wav
Normal file → Executable file
0
assets/sound/bell.wav
Normal file → Executable file
0
assets/sound/cd.wav
Normal file → Executable file
0
assets/sound/collectgarbage.wav
Normal file → Executable file
0
assets/sound/enter.wav
Normal file → Executable file
0
assets/sound/error.wav
Normal file → Executable file
0
assets/sound/gitadd.wav
Normal file → Executable file
0
assets/sound/gitcheckout.wav
Normal file → Executable file
0
assets/sound/gitcommit.wav
Normal file → Executable file
0
assets/sound/gitpull.wav
Normal file → Executable file
0
assets/sound/gitpush.wav
Normal file → Executable file
0
assets/sound/gitrebase.wav
Normal file → Executable file
0
assets/sound/login.wav
Normal file → Executable file
0
assets/sound/ls.wav
Normal file → Executable file
0
assets/sound/move_h.wav
Normal file → Executable file
0
assets/sound/move_v.wav
Normal file → Executable file
0
assets/sound/nixswitch-start.wav
Normal file → Executable file
0
assets/sound/rm.wav
Normal file → Executable file
0
assets/sound/screenshot.wav
Normal file → Executable file
0
assets/sound/sh-source.wav
Normal file → Executable file
0
assets/sound/ssh.wav
Normal file → Executable file
0
assets/sound/update.wav
Normal file → Executable file
0
assets/sound/update_alt.wav
Normal file → Executable file
0
assets/sound/warning.wav
Normal file → Executable file
0
assets/wallpapers/cabin-2.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.2 MiB |
0
assets/wallpapers/cat-leaves.png
Normal file → Executable file
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
0
assets/wallpapers/cloud.png
Normal file → Executable file
|
Before Width: | Height: | Size: 351 KiB After Width: | Height: | Size: 351 KiB |
0
assets/wallpapers/dark-waves.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 918 KiB After Width: | Height: | Size: 918 KiB |
0
assets/wallpapers/evening-sky.png
Normal file → Executable file
|
Before Width: | Height: | Size: 4.6 MiB After Width: | Height: | Size: 4.6 MiB |
0
assets/wallpapers/nixos-catppuccin.png
Normal file → Executable file
|
Before Width: | Height: | Size: 239 KiB After Width: | Height: | Size: 239 KiB |
0
assets/wallpapers/nixos_blue.png
Normal file → Executable file
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
0
assets/wallpapers/nord-balloons.png
Normal file → Executable file
|
Before Width: | Height: | Size: 311 KiB After Width: | Height: | Size: 311 KiB |
0
assets/wallpapers/purpled-night.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 144 KiB |
0
assets/wallpapers/sine.png
Normal file → Executable file
|
Before Width: | Height: | Size: 743 KiB After Width: | Height: | Size: 743 KiB |
0
assets/wallpapers/sleeping.png
Normal file → Executable file
|
Before Width: | Height: | Size: 396 KiB After Width: | Height: | Size: 396 KiB |
0
assets/wallpapers/train.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 429 KiB After Width: | Height: | Size: 429 KiB |
0
docs/options/home_options.md
Normal file → Executable file
0
docs/options/system_options.md
Normal file → Executable file
0
flake.lock
generated
Normal file → Executable file
1
flake.nix
Normal file → Executable file
@@ -107,6 +107,7 @@
|
||||
modules = [
|
||||
./hosts/server/config.nix
|
||||
./modules/sys
|
||||
./modules/server
|
||||
stylix.nixosModules.stylix
|
||||
nixvim.nixosModules.nixvim
|
||||
nur.nixosModules.nur
|
||||
|
||||
0
hosts/desktop/config.nix
Normal file → Executable file
0
hosts/desktop/hardware.nix
Normal file → Executable file
0
hosts/desktop/home.nix
Normal file → Executable file
0
hosts/installer/default.nix
Normal file → Executable file
0
hosts/installer/disko-ext4-singledisk.nix
Normal file → Executable file
0
hosts/laptop/config.nix
Normal file → Executable file
0
hosts/laptop/hardware.nix
Normal file → Executable file
0
hosts/laptop/home.nix
Normal file → Executable file
5
hosts/server/config.nix
Normal file → Executable file
@@ -14,8 +14,13 @@
|
||||
sysPkgs.enable = true;
|
||||
sysProgs.enable = true;
|
||||
sysServices.enable = true;
|
||||
jellyfinConfig.enable = true;
|
||||
caddyConfig.enable = true;
|
||||
|
||||
environment = {
|
||||
etc."tmpfiles.d/home-permissions.conf".text = ''
|
||||
d /home/pagedmov 0750 pagedmov users -
|
||||
'';
|
||||
variables = {
|
||||
PATH = "${pkgs.clang-tools}/bin:$PATH";
|
||||
TERM = "kitty";
|
||||
|
||||
0
hosts/server/hardware.nix
Normal file → Executable file
4
hosts/server/home.nix
Normal file → Executable file
@@ -59,10 +59,14 @@ in {
|
||||
root.initialPassword = "1234";
|
||||
${username} = {
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
home = "/home/pagedmov";
|
||||
homeMode = "755";
|
||||
initialPassword = "1234";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
jellyfin.extraGroups = [ "users" ];
|
||||
};
|
||||
};
|
||||
security.sudo.extraConfig = ''
|
||||
|
||||
0
modules/home/default.nix
Normal file → Executable file
0
modules/home/environment/default.nix
Normal file → Executable file
0
modules/home/environment/gtk.nix
Normal file → Executable file
0
modules/home/environment/hyprland.nix
Normal file → Executable file
0
modules/home/environment/spicetify.nix
Normal file → Executable file
0
modules/home/environment/starship.nix
Normal file → Executable file
0
modules/home/environment/stylix.nix
Normal file → Executable file
0
modules/home/environment/swaync.nix
Normal file → Executable file
0
modules/home/environment/userpkgs.nix
Normal file → Executable file
0
modules/home/environment/waybar.nix
Normal file → Executable file
0
modules/home/environment/zshell.nix
Normal file → Executable file
0
modules/home/files.nix
Normal file → Executable file
0
modules/home/programs/autojump.nix
Normal file → Executable file
0
modules/home/programs/bat.nix
Normal file → Executable file
0
modules/home/programs/btop.nix
Normal file → Executable file
0
modules/home/programs/cava.nix
Normal file → Executable file
0
modules/home/programs/default.nix
Normal file → Executable file
0
modules/home/programs/eza.nix
Normal file → Executable file
0
modules/home/programs/firefox.nix
Normal file → Executable file
0
modules/home/programs/fuzzel.nix
Normal file → Executable file
0
modules/home/programs/fzf.nix
Normal file → Executable file
0
modules/home/programs/git.nix
Normal file → Executable file
0
modules/home/programs/kitty.nix
Normal file → Executable file
0
modules/home/programs/password-store.nix
Normal file → Executable file
0
modules/home/programs/yazi.nix
Normal file → Executable file
0
modules/home/scripts/commands/invoke.nix
Normal file → Executable file
0
modules/home/scripts/commands/runbg.nix
Normal file → Executable file
0
modules/home/scripts/commands/splash.nix
Normal file → Executable file
2
modules/home/scripts/commands/toolbelt.nix
Normal file → Executable file
@@ -59,7 +59,7 @@ pkgs.writeShellScriptBin "toolbelt" ''
|
||||
[\"Change System Color Scheme\"]=\"Changes the base16 color scheme used by stylix to color system applications.\"
|
||||
[\"Open System Monitor\"]=\"Opens a btop window.\"
|
||||
[\"Open Volume Controls\"]=\"Opens alsamixer.\"
|
||||
[\"Open Keyring\"]=\"Opens a fuzzy finder with all of the paths held in ~/.password-store. Selecting one uses pass to copy that password to the clipboard. Password is cleared from clipboard history after 45 seconds.\"
|
||||
[\"Open Keyring\"]=\"Opens a fuzzy finder with all of the paths held in ~/.password-store. Selecting one uses pass to copy that password to the clipboard. Password is cleared from clipboard after 45 seconds, and isn't saved to clipboard history.\"
|
||||
[\"View Clipboard History\"]=\"Opens clipboard history. Selecting an item copies it to the clipboard.\"
|
||||
); \
|
||||
if [[ -v descriptions[\$cleaned_key] ]]; then \
|
||||
|
||||
0
modules/home/scripts/commands/viconf.nix
Normal file → Executable file
0
modules/home/scripts/default.nix
Normal file → Executable file
0
modules/home/scripts/nix/garbage-collect.nix
Normal file → Executable file
0
modules/home/scripts/nix/nsp.nix
Normal file → Executable file
0
modules/home/scripts/nix/rebuild.nix
Normal file → Executable file
0
modules/home/scripts/wm-controls/chpaper.nix
Normal file → Executable file
0
modules/home/scripts/wm-controls/chscheme.nix
Normal file → Executable file
0
modules/home/scripts/wm-controls/keyring.nix
Normal file → Executable file
0
modules/home/scripts/wm-controls/moveonscreen.nix
Normal file → Executable file
0
modules/home/scripts/wm-controls/s_check.nix
Normal file → Executable file
0
modules/home/scripts/wm-controls/switchmon.nix
Normal file → Executable file
5
modules/server/cdn/default.nix
Executable file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./jellyfin.nix ];
|
||||
}
|
||||