Begin the move to the import all, activate by config model
This commit is contained in:
parent
7397b614de
commit
07cb2d67a2
|
@ -4,29 +4,15 @@
|
||||||
./boot
|
./boot
|
||||||
./disko
|
./disko
|
||||||
./hardware
|
./hardware
|
||||||
|
|
||||||
# Apps and programs
|
|
||||||
../../modules/system
|
../../modules/system
|
||||||
../../modules/system/accounts
|
|
||||||
../../modules/system/desktop
|
|
||||||
../../modules/system/programs
|
|
||||||
../../modules/system/services
|
|
||||||
../../modules/system/services/pc/sunshine
|
|
||||||
../../modules/system/services/pc/virtualization/qemu
|
|
||||||
|
|
||||||
# Devices and hardware
|
|
||||||
../../modules/system/devices
|
|
||||||
../../modules/system/devices/boot/lanzaboote
|
|
||||||
../../modules/system/devices/video/nvidia
|
|
||||||
../../modules/system/devices/networking/firewall/pc
|
|
||||||
|
|
||||||
# Misc
|
|
||||||
../../overlays
|
|
||||||
../../variables
|
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "firefly";
|
system.lanzaboote.enable = true;
|
||||||
|
system.wireless.enable = false;
|
||||||
|
system.wireguard.client.enable = false;
|
||||||
|
system.video.nvidia.enable = true;
|
||||||
|
system.libvirtd.enable = true;
|
||||||
|
|
||||||
# Force Electron to use Wayland
|
networking.hostName = "firefly";
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
./spotdl
|
||||||
|
./yt-dlp
|
||||||
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
yt-dlp
|
|
||||||
spotdl
|
|
||||||
playerctl
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
alsa-utils
|
alsa-utils
|
||||||
puddletag
|
puddletag
|
||||||
|
|
5
modules/home/programs/misc/avtools/spotdl/default.nix
Normal file
5
modules/home/programs/misc/avtools/spotdl/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ spotdl ];
|
||||||
|
programs.zsh.shellAliases.spotdl = "spotdl --m3u --format opus";
|
||||||
|
}
|
20
modules/home/programs/misc/avtools/yt-dlp/default.nix
Normal file
20
modules/home/programs/misc/avtools/yt-dlp/default.nix
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs = {
|
||||||
|
yt-dlp = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
add-metadata = true;
|
||||||
|
embed-thumbnail = true;
|
||||||
|
convert-thumbnails = "jpg";
|
||||||
|
audio-format = "opus";
|
||||||
|
output = ''"%(artist)s - %(title)s.%(ext)s"'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
zsh.shellAliases = {
|
||||||
|
ytm3u = "yt-dlp -gS proto:m3u8";
|
||||||
|
opusdl = ''yt-dlp -f ba -x --audio-quality 0'';
|
||||||
|
spotdl = "spotdl --m3u --format opus";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
97
modules/home/programs/terminal/fastfetch/config.jsonc
Normal file
97
modules/home/programs/terminal/fastfetch/config.jsonc
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
|
"logo": {
|
||||||
|
"source": "xenia",
|
||||||
|
"color": {
|
||||||
|
"1": "1;97",
|
||||||
|
"2": "red",
|
||||||
|
"3": "yellow"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"display": {
|
||||||
|
"separator": " \u001b[33m ",
|
||||||
|
"color": "red"
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "\u001b[1m—————————————————————————————————————"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "host",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "cpu",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "gpu",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "disk",
|
||||||
|
"folders": "/",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "memory",
|
||||||
|
"format": "{/1}{-}{/}{/2}{-}{/}{} / {}",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "display",
|
||||||
|
"compactType": "original",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "\u001b[1m—————————————————————————————————————"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "os",
|
||||||
|
"format": "{3} {12}",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "kernel",
|
||||||
|
"format": "{1} {2}",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "wm",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "terminal",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "packages",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "uptime",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"text": "date -d @$(stat -c %W /) '+%a %b %d %r %Z %Y'",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "\u001b[1m—————————————————————————————————————"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,154 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
home = {
|
imports = [ ./small ];
|
||||||
file = let
|
home.file.".config/fastfetch/config.jsonc".source = ./config.jsonc;
|
||||||
fastConf = ''
|
programs.fastfetch.enable = true;
|
||||||
{
|
|
||||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
||||||
"logo": {
|
|
||||||
"source": "xenia",
|
|
||||||
"color": {
|
|
||||||
"1": "1;97",
|
|
||||||
"2": "red",
|
|
||||||
"3": "yellow"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"display": {
|
|
||||||
"separator": " \u001b[33m ",
|
|
||||||
"color": "red"
|
|
||||||
},
|
|
||||||
"modules": [
|
|
||||||
{
|
|
||||||
"type": "custom",
|
|
||||||
"format": "\u001b[1m—————————————————————————————————————"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "host",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "cpu",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "gpu",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "disk",
|
|
||||||
"folders": "/",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "memory",
|
|
||||||
"format": "{/1}{-}{/}{/2}{-}{/}{} / {}",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "display",
|
|
||||||
"compactType": "original",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"type": "custom",
|
|
||||||
"format": "\u001b[1m—————————————————————————————————————"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "os",
|
|
||||||
"format": "{3} {12}",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "kernel",
|
|
||||||
"format": "{1} {2}",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "wm",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "shell",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "terminal",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "packages",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "uptime",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "command",
|
|
||||||
"text": "date -d @$(stat -c %W /) '+%a %b %d %r %Z %Y'",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"type": "custom",
|
|
||||||
"format": "\u001b[1m—————————————————————————————————————"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "custom",
|
|
||||||
"format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
in {
|
|
||||||
# Fastfetch config
|
|
||||||
".config/fastfetch/config.jsonc".text = fastConf;
|
|
||||||
};
|
|
||||||
packages = let
|
|
||||||
# Small Neofetch config
|
|
||||||
pFetch = let
|
|
||||||
smallConf = pkgs.writeText "smallconf.jsonc" ''
|
|
||||||
{
|
|
||||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
||||||
"logo": {
|
|
||||||
"type": "small"
|
|
||||||
},
|
|
||||||
"modules": [
|
|
||||||
{
|
|
||||||
"type": "os",
|
|
||||||
"format": "{3} {12}",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "host",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "kernel",
|
|
||||||
"format": "{1} {2}",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "uptime",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "packages",
|
|
||||||
"key": " "
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "memory",
|
|
||||||
"format": "{/1}{-}{/}{/2}{-}{/}{} / {}",
|
|
||||||
"key": " "
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
in pkgs.writeScriptBin "pfetch"
|
|
||||||
''fastfetch --config ${smallConf}'';
|
|
||||||
in with pkgs; [
|
|
||||||
fastfetch pFetch
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home = {
|
||||||
|
file.".config/fastfetch/small.jsonc".source = ./small.jsonc;
|
||||||
|
packages = let
|
||||||
|
pFetch = pkgs.writeScriptBin "pfetch" "fastfetch --config ~/.config/fastfetch/small.jsonc";
|
||||||
|
in with pkgs; [ pFetch ];
|
||||||
|
};
|
||||||
|
}
|
34
modules/home/programs/terminal/fastfetch/small/small.jsonc
Normal file
34
modules/home/programs/terminal/fastfetch/small/small.jsonc
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"logo": {
|
||||||
|
"type": "small"
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
{
|
||||||
|
"type": "os",
|
||||||
|
"format": "{3} {12}",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "host",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "kernel",
|
||||||
|
"format": "{1} {2}",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "uptime",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "packages",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "memory",
|
||||||
|
"format": "{/1}{-}{/}{/2}{-}{/}{} / {}",
|
||||||
|
"key": " "
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -6,7 +6,6 @@
|
||||||
preview_images = true;
|
preview_images = true;
|
||||||
preview_images_method = "sixel";
|
preview_images_method = "sixel";
|
||||||
dirname_in_tabs = true;
|
dirname_in_tabs = true;
|
||||||
cd_tab_fuzzy = true;
|
|
||||||
autosave_bookmarks = false;
|
autosave_bookmarks = false;
|
||||||
show_hidden = true;
|
show_hidden = true;
|
||||||
wrap_scroll = true;
|
wrap_scroll = true;
|
||||||
|
@ -102,28 +101,24 @@
|
||||||
|
|
||||||
# Ranger's bookmarks and necessary tools
|
# Ranger's bookmarks and necessary tools
|
||||||
home = {
|
home = {
|
||||||
file = let
|
file = {
|
||||||
rangerBookmarks = ''
|
".local/share/ranger/bookmarks".text = ''
|
||||||
# Local files
|
# Local files
|
||||||
h:/home/jimbo/
|
h:/home/jimbo/
|
||||||
k:/home/jimbo/Downloads
|
k:/home/jimbo/Downloads
|
||||||
v:/home/jimbo/Videos
|
v:/home/jimbo/Videos
|
||||||
c:/home/jimbo/.config
|
c:/home/jimbo/.config
|
||||||
L:/home/jimbo/.local
|
l:/home/jimbo/.local
|
||||||
D:/mnt
|
d:/mnt
|
||||||
n:/etc/nixos
|
n:/etc/nixos
|
||||||
|
|
||||||
# Remote files
|
# Remote files
|
||||||
j:/home/jimbo/JimboNFS
|
J:/home/jimbo/JimboNFS
|
||||||
K:/home/jimbo/JimboNFS/Downloads
|
K:/home/jimbo/JimboNFS/Downloads
|
||||||
p:/home/jimbo/JimboNFS/Photos
|
P:/home/jimbo/JimboNFS/Photos
|
||||||
P:/home/jimbo/JimboNFS/Projects
|
|
||||||
V:/home/jimbo/JimboNFS/Videos/Random
|
V:/home/jimbo/JimboNFS/Videos/Random
|
||||||
m:/home/jimbo/JimboNFS/Music/Synced
|
M:/home/jimbo/JimboNFS/Music/Synced
|
||||||
s:/home/jimbo/JimboNFS/School
|
|
||||||
'';
|
'';
|
||||||
in {
|
|
||||||
".local/share/ranger/bookmarks".text = rangerBookmarks;
|
|
||||||
};
|
};
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
|
@ -2,19 +2,21 @@
|
||||||
{
|
{
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
keyMode = "vi";
|
||||||
|
mouse = true;
|
||||||
|
terminal = "st-256color";
|
||||||
|
historyLimit = 4096;
|
||||||
|
baseIndex = 1;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g mouse on
|
|
||||||
set -g base-index 1
|
|
||||||
set -g default-terminal "st-256color"
|
|
||||||
set -g history-limit 4096
|
|
||||||
set -g set-titles on
|
|
||||||
set -g set-titles-string "#T"
|
|
||||||
set -g status on
|
set -g status on
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-right "#[bg=brightblack]#[fg=dark_purple] #T "
|
set -g status-right "#[bg=brightblack]#[fg=dark_purple] #T "
|
||||||
set -g status-style "bg=black"
|
set -g status-style "bg=black"
|
||||||
setw -g pane-base-index 1
|
|
||||||
|
set -g set-titles on
|
||||||
|
set -g set-titles-string "#T"
|
||||||
|
|
||||||
setw -g window-status-format "#[bg=brightmagenta]#[fg=black] #I #[bg=brightblack]#[fg=white] #W "
|
setw -g window-status-format "#[bg=brightmagenta]#[fg=black] #I #[bg=brightblack]#[fg=white] #W "
|
||||||
setw -g window-status-current-format "#[bg=brightmagenta]#[fg=black] #I #[bg=white]#[fg=black] #W "
|
setw -g window-status-current-format "#[bg=brightmagenta]#[fg=black] #I #[bg=white]#[fg=black] #W "
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -30,17 +30,8 @@
|
||||||
ncat = "/usr/bin/env cat";
|
ncat = "/usr/bin/env cat";
|
||||||
copycat = "wl-copy <";
|
copycat = "wl-copy <";
|
||||||
sunshinehost = "WAYLAND_DISPLAY=wayland-1 DISPLAY=:1 sunshine -0";
|
sunshinehost = "WAYLAND_DISPLAY=wayland-1 DISPLAY=:1 sunshine -0";
|
||||||
seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";
|
|
||||||
|
|
||||||
# Curl tools
|
|
||||||
myip = "curl ifconfig.co";
|
myip = "curl ifconfig.co";
|
||||||
|
seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";
|
||||||
# Download from sources
|
|
||||||
ytdl = ''yt-dlp --embed-thumbnail --embed-metadata --output "%(title)s.%(ext)s"'';
|
|
||||||
ytm3u = "yt-dlp -gS proto:m3u8";
|
|
||||||
opusdl = "ytdl --recode-video opus";
|
|
||||||
ytopus = "opusdl --format 251";
|
|
||||||
spotdl = "spotdl --m3u --format opus";
|
|
||||||
};
|
};
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||||
|
|
|
@ -6,7 +6,9 @@
|
||||||
noto-fonts
|
noto-fonts
|
||||||
sarasa-gothic
|
sarasa-gothic
|
||||||
ubuntu_font_family
|
ubuntu_font_family
|
||||||
(nerdfonts.override { fonts = [ "UbuntuMono" ]; })
|
(nerdfonts.override {
|
||||||
|
fonts = [ "UbuntuMono" ];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig = {
|
fonts.fontconfig = {
|
||||||
|
|
|
@ -20,8 +20,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.papirus-icon-theme.override { color = "${config.look.colors.folder}"; };
|
|
||||||
name = "Papirus-Dark";
|
name = "Papirus-Dark";
|
||||||
|
package = pkgs.papirus-icon-theme.override {
|
||||||
|
color = "${config.look.colors.folder}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
package = pkgs.simp1e-cursors;
|
package = pkgs.simp1e-cursors;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
config = {
|
config = {
|
||||||
bars = [{command = "waybar";}];
|
bars = [ {command = "waybar";} ];
|
||||||
|
|
||||||
startup = [
|
startup = [
|
||||||
# Scratchpads
|
# Scratchpads
|
||||||
|
@ -16,7 +16,6 @@
|
||||||
{command = "wl-copy";}
|
{command = "wl-copy";}
|
||||||
{command = "mako";}
|
{command = "mako";}
|
||||||
{command = "sunshine";}
|
{command = "sunshine";}
|
||||||
{command = "${pkgs.rot8}/bin/rot8";}
|
|
||||||
|
|
||||||
# Polkit agent
|
# Polkit agent
|
||||||
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";}
|
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";}
|
||||||
|
|
|
@ -1,40 +1,18 @@
|
||||||
{ config, pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
nix = {
|
imports = [
|
||||||
settings = {
|
./accounts
|
||||||
experimental-features = [
|
./devices
|
||||||
"nix-command"
|
./options
|
||||||
"flakes"
|
./programs
|
||||||
|
./services
|
||||||
|
./settings
|
||||||
|
../../overlays
|
||||||
|
../../variables
|
||||||
];
|
];
|
||||||
auto-optimise-store = true;
|
|
||||||
};
|
|
||||||
gc = {
|
|
||||||
automatic = true;
|
|
||||||
dates = "weekly";
|
|
||||||
options = "--delete-older-than 1w";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
time.timeZone = "America/Toronto";
|
time.timeZone = "America/Toronto";
|
||||||
|
programs.nano.enable = false;
|
||||||
programs = {
|
|
||||||
zsh.enable = true;
|
|
||||||
nano.enable = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
documentation = {
|
|
||||||
nixos.enable = false;
|
|
||||||
info.enable = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
console = {
|
|
||||||
font = "${pkgs.terminus_font}/share/consolefonts/ter-u22n.psf.gz";
|
|
||||||
packages = with pkgs; [ terminus_font ];
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./qt
|
|
||||||
./wayland
|
|
||||||
./sway
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
programs = {
|
|
||||||
dconf.enable = true;
|
|
||||||
light.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
services = {
|
|
||||||
dbus.enable = true;
|
|
||||||
tlp.enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = config.system.desktop.enable;
|
||||||
wireplumber = {
|
wireplumber = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configPackages = [
|
configPackages = [
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{ ... }:
|
{ lib, config, ... }:
|
||||||
{
|
{
|
||||||
|
config = lib.mkIf config.system.desktop.enable {
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -8,10 +9,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Lingering helps keep headphones connected
|
systemd.tmpfiles.rules = [ "f /var/lib/systemd/linger/jimbo" ];
|
||||||
systemd.tmpfiles.rules = [
|
|
||||||
"f /var/lib/systemd/linger/jimbo"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.persistence."/persist".directories = [ "/var/lib/bluetooth" ];
|
environment.persistence."/persist".directories = [ "/var/lib/bluetooth" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
8
modules/system/devices/boot/default.nix
Normal file
8
modules/system/devices/boot/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./extlinux
|
||||||
|
./lanzaboote
|
||||||
|
./systemd
|
||||||
|
];
|
||||||
|
}
|
|
@ -1,7 +1,18 @@
|
||||||
{ ... }:
|
{ lib, config, ... }:
|
||||||
{
|
{
|
||||||
|
options.system.extlinux = {
|
||||||
|
enable = lib.mkOption {
|
||||||
|
type = lib.types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "Enable Lanzaboote and force disable Systemd-boot";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
config = lib.mkIf config.system.extlinux.enable {
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
generic-extlinux-compatible.enable = true;
|
generic-extlinux-compatible.enable = true;
|
||||||
grub.enable = false;
|
systemd-boot.enable = lib.mkForce false;
|
||||||
|
grub.enable = lib.mkForce false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +1,25 @@
|
||||||
{ lanzaboote, pkgs, ... }:
|
{ lanzaboote, lib, config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ lanzaboote.nixosModules.lanzaboote ];
|
||||||
lanzaboote.nixosModules.lanzaboote
|
|
||||||
];
|
|
||||||
|
|
||||||
boot.lanzaboote = {
|
options.system.lanzaboote = {
|
||||||
|
enable = lib.mkOption {
|
||||||
|
type = lib.types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "Enable Lanzaboote and force disable Systemd-boot";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
config = lib.mkIf config.system.lanzaboote.enable {
|
||||||
|
boot = {
|
||||||
|
loader.systemd-boot.enable = lib.mkForce false;
|
||||||
|
|
||||||
|
lanzaboote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pkiBundle = "/etc/secureboot";
|
pkiBundle = "/etc/secureboot";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [ sbctl ];
|
||||||
sbctl
|
};
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
imports = [
|
imports = [
|
||||||
./audio
|
./audio
|
||||||
./bluetooth
|
./bluetooth
|
||||||
./filesystems
|
./boot
|
||||||
./impermanence
|
./disks
|
||||||
./networking
|
./networking
|
||||||
./printing
|
./printing
|
||||||
./udev
|
./udev
|
||||||
|
|
8
modules/system/devices/disks/default.nix
Normal file
8
modules/system/devices/disks/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./filesystems
|
||||||
|
./impermanence
|
||||||
|
./snapper
|
||||||
|
];
|
||||||
|
}
|
|
@ -1,7 +1,6 @@
|
||||||
{ lib, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
boot.supportedFilesystems = {
|
boot.supportedFilesystems = {
|
||||||
ntfs = true;
|
ntfs = true;
|
||||||
zfs = lib.mkForce false;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -6,9 +6,10 @@
|
||||||
directories = [
|
directories = [
|
||||||
"Downloads"
|
"Downloads"
|
||||||
"Documents"
|
"Documents"
|
||||||
"Games"
|
|
||||||
"Pictures"
|
"Pictures"
|
||||||
"Videos"
|
"Videos"
|
||||||
|
"Games"
|
||||||
|
|
||||||
".snapshots"
|
".snapshots"
|
||||||
".mozilla"
|
".mozilla"
|
||||||
".thunderbird"
|
".thunderbird"
|
|
@ -1,5 +1,11 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
./firewall
|
||||||
|
./wireguard
|
||||||
|
./wireless
|
||||||
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
wireless.enable = false;
|
wireless.enable = false;
|
||||||
dhcpcd.enable = true;
|
dhcpcd.enable = true;
|
||||||
|
|
63
modules/system/devices/networking/firewall/default.nix
Normal file
63
modules/system/devices/networking/firewall/default.nix
Normal file
|
@ -0,0 +1,63 @@
|
||||||
|
{ lib, config, ... }:
|
||||||
|
{
|
||||||
|
options.system.firewall = {
|
||||||
|
server = {
|
||||||
|
enable = lib.mkOption {
|
||||||
|
type = lib.types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "Enable server firewall settings";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
config = {
|
||||||
|
networking = {
|
||||||
|
firewall = {
|
||||||
|
allowPing = false;
|
||||||
|
extraInputRules = lib.mkIf (!config.system.firewall.server.enable) ''
|
||||||
|
ip saddr { ${config.ips.server}, ${config.ips.wgSpan}.1 } accept comment "Accept Server"
|
||||||
|
'' // lib.mkIf config.system.firewall.server.enable ''
|
||||||
|
ip saddr { ${config.ips.localSpan}.0/24, ${config.ips.wgSpan}.0/24 } tcp dport 2049 accept comment "Accept NFS"
|
||||||
|
ip saddr { ${config.ips.pc}, ${config.secrets.lunaIP}, ${config.secrets.cornIP} } tcp dport { 1935, 1945 } accept comment "Accept RTMP"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
# Nftables configuration only if server is enabled
|
||||||
|
nftables = lib.mkIf config.system.firewall.server.enable {
|
||||||
|
tables = {
|
||||||
|
forwarding = {
|
||||||
|
family = "ip";
|
||||||
|
content = ''
|
||||||
|
chain PREROUTING {
|
||||||
|
type nat hook prerouting priority dstnat; policy accept;
|
||||||
|
tcp dport 2211 dnat to ${config.ips.pc}:22 comment "SSH to PC"
|
||||||
|
tcp dport 2222 dnat to ${config.ips.wgSpan}.19:22 comment "SSH to Oracle VM"
|
||||||
|
|
||||||
|
udp dport { 27005, 27015, 7777 } dnat to ${config.ips.pc} comment "PC Hosted Games"
|
||||||
|
|
||||||
|
tcp dport { 58010, 57989, 57984 } dnat to ${config.ips.pc} comment "PC Sunshine TCP"
|
||||||
|
udp dport { 57998, 57999, 58000 } dnat to ${config.ips.pc} comment "PC Sunshine UDP"
|
||||||
|
|
||||||
|
tcp dport { 38010, 37989, 37984 } dnat to ${config.ips.vm} comment "VM Sunshine TCP"
|
||||||
|
udp dport { 37998, 37999, 38000 } dnat to ${config.ips.vm} comment "VM Sunshine UDP"
|
||||||
|
|
||||||
|
udp dport { 7790, 7791, 7792 } dnat to ${config.ips.hx} comment "Deus Ex"
|
||||||
|
|
||||||
|
ip saddr ${config.secrets.cornIP} tcp dport { 9943, 9944 } dnat to ${config.ips.vm} comment "VM ALVR TCP"
|
||||||
|
ip saddr ${config.secrets.cornIP} udp dport { 9943, 9944 } dnat to ${config.ips.vm} comment "VM ALVR UDP"
|
||||||
|
}
|
||||||
|
|
||||||
|
chain POSTROUTING {
|
||||||
|
type nat hook postrouting priority 100; policy accept;
|
||||||
|
oifname "${config.ips.netInt}" masquerade
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
# Enable IP forwarding for the server configuration
|
||||||
|
boot.kernel.sysctl."net.ipv4.ip_forward" = lib.mkIf config.system.firewall.server.enable 1;
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,9 +0,0 @@
|
||||||
{ config, ... }:
|
|
||||||
{
|
|
||||||
networking.firewall = {
|
|
||||||
allowPing = false;
|
|
||||||
extraInputRules = ''
|
|
||||||
ip saddr { ${config.ips.server}, ${config.ips.wgSpan}.1 } accept comment "Accept Server"
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,50 +0,0 @@
|
||||||
{ config, ... }:
|
|
||||||
{
|
|
||||||
# Allow forwarding
|
|
||||||
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
|
|
||||||
|
|
||||||
# Configure firewall
|
|
||||||
networking = {
|
|
||||||
firewall = {
|
|
||||||
allowPing = false;
|
|
||||||
extraInputRules = ''
|
|
||||||
ip saddr { ${config.ips.localSpan}.0/24, ${config.ips.wgSpan}.0/24 } tcp dport 2049 accept comment "Accept NFS"
|
|
||||||
ip saddr { ${config.ips.pc}, ${config.secrets.lunaIP}, ${config.secrets.cornIP} } tcp dport { 1935, 1945 } accept comment "Accept RTMP"
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable nftables and forwarding
|
|
||||||
nftables = {
|
|
||||||
tables = {
|
|
||||||
forwarding = {
|
|
||||||
family = "ip";
|
|
||||||
content = ''
|
|
||||||
chain PREROUTING {
|
|
||||||
type nat hook prerouting priority dstnat; policy accept;
|
|
||||||
tcp dport 2211 dnat to ${config.ips.pc}:22 comment "SSH to PC"
|
|
||||||
tcp dport 2222 dnat to ${config.ips.wgSpan}.19:22 comment "SSH to Oracle VM"
|
|
||||||
|
|
||||||
udp dport { 27005, 27015, 7777 } dnat to ${config.ips.pc} comment "PC Hosted Games"
|
|
||||||
|
|
||||||
tcp dport { 58010, 57989, 57984 } dnat to ${config.ips.pc} comment "PC Sunshine TCP"
|
|
||||||
udp dport { 57998, 57999, 58000 } dnat to ${config.ips.pc} comment "PC Sunshine UDP"
|
|
||||||
|
|
||||||
tcp dport { 38010, 37989, 37984 } dnat to ${config.ips.vm} comment "VM Sunshine TCP"
|
|
||||||
udp dport { 37998, 37999, 38000 } dnat to ${config.ips.vm} comment "VM Sunshine UDP"
|
|
||||||
|
|
||||||
udp dport { 7790, 7791, 7792 } dnat to ${config.ips.hx} comment "Deus Ex"
|
|
||||||
|
|
||||||
ip saddr ${config.secrets.cornIP} tcp dport { 9943, 9944 } dnat to ${config.ips.vm} comment "VM ALVR TCP"
|
|
||||||
ip saddr ${config.secrets.cornIP} udp dport { 9943, 9944 } dnat to ${config.ips.vm} comment "VM ALVR UDP"
|
|
||||||
}
|
|
||||||
|
|
||||||
chain POSTROUTING {
|
|
||||||
type nat hook postrouting priority 100; policy accept;
|
|
||||||
oifname "${config.ips.netInt}" masquerade
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
63
modules/system/devices/networking/wireguard/default.nix
Normal file
63
modules/system/devices/networking/wireguard/default.nix
Normal file
|
@ -0,0 +1,63 @@
|
||||||
|
{ lib, config, ... }:
|
||||||
|
{
|
||||||
|
options.system.wireguard = {
|
||||||
|
client = {
|
||||||
|
enable = lib.mkOption {
|
||||||
|
type = lib.types.bool;
|
||||||
|
default = true;
|
||||||
|
description = "Enable WireGuard client";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
server = {
|
||||||
|
enable = lib.mkOption {
|
||||||
|
type = lib.types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "Enable WireGuard server";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
config = {
|
||||||
|
networking = {
|
||||||
|
firewall.allowedUDPPorts = [ 51820 ];
|
||||||
|
|
||||||
|
nat = {
|
||||||
|
enable = config.system.wireguard.server.enable;
|
||||||
|
externalInterface = "${config.ips.netInt}";
|
||||||
|
internalInterfaces = [ "${config.ips.wgInt}" ];
|
||||||
|
};
|
||||||
|
|
||||||
|
wireguard.interfaces = {
|
||||||
|
"wgc" = lib.mkIf config.system.wireguard.client.enable {
|
||||||
|
# Define IP of client in per device config
|
||||||
|
listenPort = 51820;
|
||||||
|
privateKey = config.secrets.wgClientPriv;
|
||||||
|
peers = [
|
||||||
|
{ # NixOS Server
|
||||||
|
publicKey = "qnOT/lXOJMaQgDUdXpyfGZB2IEyUouRje2m/bCe9ux8=";
|
||||||
|
allowedIPs = [ "${config.ips.wgSpan}.0/24" ];
|
||||||
|
endpoint = "sv.${config.domains.jim1}:51820";
|
||||||
|
persistentKeepalive = 25;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
"wgs" = lib.mkIf config.system.wireguard.server.enable {
|
||||||
|
ips = [ "${config.ips.wgSpan}.1/24" ];
|
||||||
|
listenPort = 51820;
|
||||||
|
privateKey = config.secrets.wgServerPriv;
|
||||||
|
peers = [
|
||||||
|
{ # NixOS
|
||||||
|
publicKey = "OKUH/h6YSURI4vgeTZKQD15QsqaygdbTn1mAWzQp9S0=";
|
||||||
|
allowedIPs = [ "${config.ips.wgSpan}.16/28" ];
|
||||||
|
}
|
||||||
|
{ # Pixel 9
|
||||||
|
publicKey = "dPCtjm67adMZCnyL1O2L+uUOk0RbjA9T/tht1r+qcE4=";
|
||||||
|
allowedIPs = [ "${config.ips.wgSpan}.2/32" ];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,22 +0,0 @@
|
||||||
{ config, ... }:
|
|
||||||
{
|
|
||||||
networking = {
|
|
||||||
firewall.allowedUDPPorts = [ 51820 ];
|
|
||||||
|
|
||||||
wireguard.interfaces = {
|
|
||||||
"${config.ips.wgInt}" = {
|
|
||||||
# Define IP of client in per device config
|
|
||||||
listenPort = 51820;
|
|
||||||
privateKey = config.secrets.wgClientPriv;
|
|
||||||
peers = [
|
|
||||||
{ # NixOS Server
|
|
||||||
publicKey = "qnOT/lXOJMaQgDUdXpyfGZB2IEyUouRje2m/bCe9ux8=";
|
|
||||||
allowedIPs = [ "${config.ips.wgSpan}.0/24" ];
|
|
||||||
endpoint = "sv.${config.domains.jim1}:51820";
|
|
||||||
persistentKeepalive = 25;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,30 +0,0 @@
|
||||||
{ config, ... }:
|
|
||||||
{
|
|
||||||
networking = {
|
|
||||||
nat = {
|
|
||||||
enable = true;
|
|
||||||
externalInterface = "${config.ips.netInt}";
|
|
||||||
internalInterfaces = [ "${config.ips.wgInt}" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
firewall.allowedUDPPorts = [ 51820 ];
|
|
||||||
|
|
||||||
wireguard.interfaces = {
|
|
||||||
"${config.ips.wgInt}" = {
|
|
||||||
ips = [ "${config.ips.wgSpan}.1/24" ];
|
|
||||||
listenPort = 51820;
|
|
||||||
privateKey = config.secrets.wgServerPriv;
|
|
||||||
peers = [
|
|
||||||
{ # NixOS
|
|
||||||
publicKey = "OKUH/h6YSURI4vgeTZKQD15QsqaygdbTn1mAWzQp9S0=";
|
|
||||||
allowedIPs = [ "${config.ips.wgSpan}.16/28" ];
|
|
||||||
}
|
|
||||||
{ # Pixel 9
|
|
||||||
publicKey = "dPCtjm67adMZCnyL1O2L+uUOk0RbjA9T/tht1r+qcE4=";
|
|
||||||
allowedIPs = [ "${config.ips.wgSpan}.2/32" ];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,12 +1,22 @@
|
||||||
{ pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
options.system.wireless = {
|
||||||
|
enable = lib.mkOption {
|
||||||
|
type = lib.types.bool;
|
||||||
|
default = true;
|
||||||
|
description = "Enable Wifi with iwd";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
config = lib.mkIf config.system.wireless.enable {
|
||||||
networking = {
|
networking = {
|
||||||
wireless.iwd.enable = true;
|
wireless.iwd.enable = true;
|
||||||
enableB43Firmware = true;
|
enableB43Firmware = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
persistence."/persist".directories = [ "/var/lib/iwd/" ];
|
|
||||||
systemPackages = with pkgs; [ unstable.impala ];
|
systemPackages = with pkgs; [ unstable.impala ];
|
||||||
|
persistence."/persist".directories = [ "/var/lib/iwd/" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
config = lib.mkIf config.system.desktop.enable {
|
||||||
services = {
|
services = {
|
||||||
printing = {
|
printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -13,7 +14,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [ system-config-printer ];
|
||||||
system-config-printer
|
};
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.udev = let
|
services.udev = {
|
||||||
oculusRules = pkgs.writeTextFile {
|
packages = [
|
||||||
|
(pkgs.writeTextFile {
|
||||||
name = "10-oculus.rules";
|
name = "10-oculus.rules";
|
||||||
text = ''KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0184", MODE="0660", TAG+="uaccess"'';
|
text = ''KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0184", MODE="0660", TAG+="uaccess"'';
|
||||||
destination = "/etc/udev/rules.d/10-oculus.rules";
|
destination = "/etc/udev/rules.d/10-oculus.rules";
|
||||||
};
|
})
|
||||||
in {
|
];
|
||||||
packages = [ oculusRules ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
services.udev = let
|
services.udev = {
|
||||||
pdpRules = pkgs.writeTextFile {
|
packages = [
|
||||||
|
(pkgs.writeTextFile {
|
||||||
name = "10-pdp.rules";
|
name = "10-pdp.rules";
|
||||||
text = ''SUBSYSTEM=="usb", ATTR{idVendor}=="2833", MODE="0666"'';
|
text = ''SUBSYSTEM=="usb", ATTR{idVendor}=="2833", MODE="0666"'';
|
||||||
destination = "/etc/udev/rules.d/10-pdp.rules";
|
destination = "/etc/udev/rules.d/10-pdp.rules";
|
||||||
};
|
})
|
||||||
in {
|
];
|
||||||
packages = [ pdpRules ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
{ pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [ ./nvidia ];
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = config.system.desktop.enable;
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
vulkan-loader
|
vulkan-loader
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
{
|
|
||||||
services.xserver.videoDrivers = [ "nouveau" ];
|
|
||||||
}
|
|
|
@ -1,10 +1,35 @@
|
||||||
{ pkgs, config, lib, ... }:
|
{ lib, pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
options.system.video = {
|
||||||
hardware.nvidia = {
|
nvidia = {
|
||||||
|
enable = lib.mkOption {
|
||||||
|
type = lib.types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "Enable the proprietary Nvidia stack";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
nouveau = {
|
||||||
|
enable = lib.mkOption {
|
||||||
|
type = lib.types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "Enable the open-source Nouveau driver";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
config = {
|
||||||
|
# Conditionally set video drivers based on the options
|
||||||
|
services.xserver.videoDrivers =
|
||||||
|
if config.system.video.nvidia.enable then [ "nvidia" ]
|
||||||
|
else if config.system.video.nouveau.enable then [ "nouveau" ]
|
||||||
|
else [];
|
||||||
|
|
||||||
|
# Configure Nvidia settings if Nvidia is enabled
|
||||||
|
hardware.nvidia = lib.mkIf config.system.video.nvidia.enable {
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
nvidiaSettings = false;
|
nvidiaSettings = false;
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||||
open = false;
|
open = false;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
18
modules/system/options/default.nix
Normal file
18
modules/system/options/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{ lib, ... }:
|
||||||
|
with lib; {
|
||||||
|
options = {
|
||||||
|
system = {
|
||||||
|
desktop.enable = mkOption {
|
||||||
|
type = types.bool;
|
||||||
|
default = true;
|
||||||
|
description = "Enable desktop apps and services?";
|
||||||
|
};
|
||||||
|
|
||||||
|
server.enable = mkOption {
|
||||||
|
type = types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "Enable server services?";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{ ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
programs.appimage = {
|
programs.appimage = {
|
||||||
enable = true;
|
enable = config.system.desktop.enable;
|
||||||
binfmt = true;
|
binfmt = config.system.desktop.enable;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
7
modules/system/programs/backlights/default.nix
Normal file
7
modules/system/programs/backlights/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ config, ... }:
|
||||||
|
{
|
||||||
|
programs = {
|
||||||
|
light.enable = config.system.desktop.enable;
|
||||||
|
kbdlight.enable = config.system.desktop.enable;
|
||||||
|
};
|
||||||
|
}
|
4
modules/system/programs/dconf/default.nix
Normal file
4
modules/system/programs/dconf/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ config, ... }:
|
||||||
|
{
|
||||||
|
programs.dconf.enable = config.system.desktop.enable;
|
||||||
|
}
|
|
@ -2,8 +2,13 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./appimage
|
./appimage
|
||||||
|
./backlights
|
||||||
|
./dconf
|
||||||
./gaming
|
./gaming
|
||||||
./git
|
./git
|
||||||
|
./qt
|
||||||
./security
|
./security
|
||||||
|
./shells
|
||||||
|
./sway
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{ ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
programs.gamemode = {
|
programs.gamemode = {
|
||||||
enable = true;
|
enable = config.system.desktop.enable;
|
||||||
settings.general.renice = 10;
|
settings.general.renice = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.steam-hardware.enable = true;
|
hardware.steam-hardware.enable = config.system.desktop.enable;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./gpg ];
|
||||||
./gpg
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -5,7 +5,5 @@
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [ git-crypt ];
|
||||||
git-crypt
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = config.system.desktop.enable;
|
||||||
style = "gtk2";
|
style = "gtk2";
|
||||||
platformTheme = "gtk2";
|
platformTheme = "gtk2";
|
||||||
};
|
};
|
4
modules/system/programs/shells/default.nix
Normal file
4
modules/system/programs/shells/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.zsh.enable = true;
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./greetd
|
./greetd
|
||||||
|
@ -6,11 +6,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.sway = {
|
programs.sway = {
|
||||||
enable = true;
|
enable = config.system.desktop.enable;
|
||||||
package = pkgs.unstable.sway;
|
package = pkgs.unstable.sway;
|
||||||
extraPackages = with pkgs; [ swaylock ];
|
extraPackages = with pkgs; [ swaylock ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow swaylock to function
|
services.dbus.enable = config.system.desktop.enable;
|
||||||
security.pam.services.swaylock = {};
|
security.pam.services.swaylock = {};
|
||||||
}
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
# Configure greetd for login directly to Sway
|
# Configure greetd for login directly to Sway
|
||||||
services.greetd = let
|
services.greetd = let
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
sway --unsupported-gpu
|
sway --unsupported-gpu
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = config.system.desktop.enable;
|
||||||
restart = true;
|
restart = true;
|
||||||
settings = {
|
settings = {
|
||||||
terminal = {
|
terminal = {
|
|
@ -1,16 +1,13 @@
|
||||||
{ pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
wlr = {
|
wlr = {
|
||||||
enable = true;
|
enable = config.system.desktop.enable;
|
||||||
settings.screencast = {
|
settings.screencast = {
|
||||||
max_fps = 60;
|
max_fps = 60;
|
||||||
chooser_type = "simple";
|
chooser_type = "simple";
|
||||||
chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or -B 00000066 -b 00000099";
|
chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or -B 00000066 -b 00000099";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraPortals = with pkgs; [
|
|
||||||
xdg-desktop-portal-gtk
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./keyd
|
||||||
./ssh
|
./ssh
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./fail2ban ];
|
||||||
./fail2ban
|
|
||||||
];
|
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./common
|
./common
|
||||||
./pc
|
./pc
|
||||||
|
#./server
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
imports = [
|
imports = [
|
||||||
./gnome-keyring
|
./gnome-keyring
|
||||||
./gvfs
|
./gvfs
|
||||||
./keyd
|
./libvirtd
|
||||||
./mpd
|
./mpd
|
||||||
./polkit
|
./polkit
|
||||||
./snapper
|
./sunshine
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
services.gnome.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = config.system.desktop.enable;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
gvfs.enable = true;
|
gvfs.enable = config.system.desktop.enable;
|
||||||
udisks2.enable = true;
|
udisks2.enable = config.system.desktop.enable;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
46
modules/system/services/pc/libvirtd/default.nix
Normal file
46
modules/system/services/pc/libvirtd/default.nix
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
{
|
||||||
|
options.system.libvirtd = {
|
||||||
|
enable = lib.mkOption {
|
||||||
|
type = lib.types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "Enable libvirtd and such";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
config = lib.mkIf config.system.libvirtd.enable {
|
||||||
|
virtualisation = {
|
||||||
|
libvirtd = {
|
||||||
|
enable = true;
|
||||||
|
onBoot = "ignore";
|
||||||
|
onShutdown = "shutdown";
|
||||||
|
qemu = {
|
||||||
|
ovmf = {
|
||||||
|
enable = true;
|
||||||
|
packages = [
|
||||||
|
pkgs.OVMFFull.fd
|
||||||
|
pkgs.pkgsCross.aarch64-multiplatform.OVMF.fd
|
||||||
|
];
|
||||||
|
};
|
||||||
|
swtpm.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
virt-manager
|
||||||
|
virtiofsd
|
||||||
|
dnsmasq
|
||||||
|
spice-vdagent
|
||||||
|
looking-glass-client
|
||||||
|
];
|
||||||
|
|
||||||
|
# Needed to make NAT work
|
||||||
|
networking.firewall.trustedInterfaces = [
|
||||||
|
"virbr0"
|
||||||
|
"virbr1"
|
||||||
|
];
|
||||||
|
|
||||||
|
systemd.tmpfiles.rules = [ "f /dev/shm/looking-glass 0660 jimbo libvirtd -" ];
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
{ config, ... }:
|
{ config, lib, ... }:
|
||||||
{
|
{
|
||||||
|
config = lib.mkIf config.system.desktop.enable {
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "jimbo";
|
user = "jimbo";
|
||||||
|
@ -19,4 +20,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.persistence."/persist".directories = [ "/var/lib/mpd" ];
|
environment.persistence."/persist".directories = [ "/var/lib/mpd" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
services.sunshine = {
|
services.sunshine = {
|
||||||
enable = true;
|
enable = config.system.desktop.enable;
|
||||||
autoStart = false;
|
autoStart = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,40 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
{
|
|
||||||
virtualisation = {
|
|
||||||
libvirtd = {
|
|
||||||
enable = true;
|
|
||||||
onBoot = "ignore";
|
|
||||||
onShutdown = "shutdown";
|
|
||||||
qemu = {
|
|
||||||
ovmf = {
|
|
||||||
enable = true;
|
|
||||||
packages = [
|
|
||||||
pkgs.OVMFFull.fd
|
|
||||||
pkgs.pkgsCross.aarch64-multiplatform.OVMF.fd
|
|
||||||
];
|
|
||||||
};
|
|
||||||
swtpm.enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
spiceUSBRedirection.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
virt-manager
|
|
||||||
virtiofsd
|
|
||||||
dnsmasq
|
|
||||||
spice-vdagent
|
|
||||||
looking-glass-client
|
|
||||||
];
|
|
||||||
|
|
||||||
# Needed to make NAT work
|
|
||||||
networking.firewall.trustedInterfaces = [
|
|
||||||
"virbr0"
|
|
||||||
"virbr1"
|
|
||||||
];
|
|
||||||
|
|
||||||
# Allow Looking-Glass permissions
|
|
||||||
systemd.tmpfiles.rules = [
|
|
||||||
"f /dev/shm/looking-glass 0660 jimbo libvirtd -"
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,4 +0,0 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
{
|
|
||||||
virtualisation.waydroid.enable = true;
|
|
||||||
}
|
|
|
@ -9,9 +9,9 @@
|
||||||
./minecraft
|
./minecraft
|
||||||
./misc
|
./misc
|
||||||
./mysql
|
./mysql
|
||||||
|
./nginx
|
||||||
./social
|
./social
|
||||||
./transmission
|
./transmission
|
||||||
./vaultwarden
|
./vaultwarden
|
||||||
./webhost
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,13 +5,11 @@
|
||||||
exports = ''
|
exports = ''
|
||||||
/export/JimboNFS/Downloads *(rw,sync,no_subtree_check)
|
/export/JimboNFS/Downloads *(rw,sync,no_subtree_check)
|
||||||
/export/JimboNFS/Documents *(rw,sync,no_subtree_check)
|
/export/JimboNFS/Documents *(rw,sync,no_subtree_check)
|
||||||
|
|
||||||
/export/JimboNFS/Photos *(rw,sync,no_subtree_check)
|
/export/JimboNFS/Photos *(rw,sync,no_subtree_check)
|
||||||
/export/JimboNFS/Videos/Random *(rw,sync,no_subtree_check)
|
/export/JimboNFS/Videos *(rw,sync,no_subtree_check)
|
||||||
/export/JimboNFS/Videos/Media *(rw,sync,no_subtree_check)
|
|
||||||
/export/JimboNFS/Music/Synced *(rw,sync,no_subtree_check)
|
/export/JimboNFS/Music *(rw,sync,no_subtree_check)
|
||||||
/export/JimboNFS/Music/Unsynced *(rw,sync,no_subtree_check)
|
|
||||||
/export/JimboNFS/Projects *(rw,sync,no_subtree_check)
|
|
||||||
/export/JimboNFS/School *(rw,sync,no_subtree_check)
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./nginx ];
|
||||||
./nginx
|
|
||||||
];
|
|
||||||
|
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud29;
|
package = pkgs.nextcloud30;
|
||||||
hostName = "cloud.${config.domains.jim1}";
|
hostName = "cloud.${config.domains.jim1}";
|
||||||
datadir = "/mnt/nextcloud";
|
datadir = "/mnt/nextcloud";
|
||||||
https = true;
|
https = true;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts."cloud.${config.domains.jim1}" = {
|
services.nginx.virtualHosts."cloud.${config.domains.jim1}" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./nginx ];
|
||||||
./nginx
|
|
||||||
];
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
photoprism = {
|
photoprism = {
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./nginx ];
|
||||||
./nginx
|
|
||||||
];
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
forgejo = {
|
forgejo = {
|
||||||
|
|
|
@ -30,6 +30,16 @@
|
||||||
<type>application/ogg</type>
|
<type>application/ogg</type>
|
||||||
<subtype>vorbis</subtype>
|
<subtype>vorbis</subtype>
|
||||||
</mount>
|
</mount>
|
||||||
|
|
||||||
|
<mount type="normal">
|
||||||
|
<mount-name>/jimscrap.opus</mount-name>
|
||||||
|
<stream-name>Jimbo's Scrap</stream-name>
|
||||||
|
<stream-description>Music canned from the main radio.</stream-description>
|
||||||
|
<stream-url>https://icecast.jimbosfiles.com/jimscrap.opus</stream-url>
|
||||||
|
<genre>Scrapped</genre>
|
||||||
|
<type>application/ogg</type>
|
||||||
|
<subtype>vorbis</subtype>
|
||||||
|
</mount>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,30 +1,7 @@
|
||||||
{ pkgs, config, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
services.liquidsoap.streams = {
|
imports = [
|
||||||
jimbops = pkgs.writeText "liquidjim" ''
|
./jimbops
|
||||||
settings.log.stdout.set(true)
|
./jimscrap
|
||||||
settings.init.allow_root.set(true)
|
];
|
||||||
settings.scheduler.fast_queues.set(2)
|
|
||||||
settings.decoder.file_extensions.mp4.set(["m4a", "m4b", "m4p", "m4v", "m4r", "3gp", "mp4"])
|
|
||||||
|
|
||||||
# Define the source with random playlist
|
|
||||||
jimbops = mksafe(playlist(mode='randomize', reload=1, reload_mode="rounds", "/export/JimboNFS/Music/Synced"))
|
|
||||||
|
|
||||||
# Ensure the stream never stops
|
|
||||||
jimbops_fallback = fallback([jimbops, jimbops])
|
|
||||||
|
|
||||||
# Output configuration to Icecast
|
|
||||||
output.icecast(
|
|
||||||
%ffmpeg(format="ogg", %audio(codec="libvorbis", samplerate=48000, b="256k", channels=2)),
|
|
||||||
host="127.0.0.1",
|
|
||||||
port=265,
|
|
||||||
password="${config.secrets.castSourcePass}",
|
|
||||||
public=true,
|
|
||||||
icy_metadata=["artist", "title"],
|
|
||||||
mount="jimbops.opus",
|
|
||||||
encoding = "UTF-8",
|
|
||||||
jimbops_fallback
|
|
||||||
)
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
{ pkgs, config, ... }:
|
||||||
|
{
|
||||||
|
services.liquidsoap.streams = {
|
||||||
|
jimbops = pkgs.writeText "liquidjim" ''
|
||||||
|
settings.log.stdout.set(true)
|
||||||
|
settings.init.allow_root.set(true)
|
||||||
|
settings.scheduler.fast_queues.set(2)
|
||||||
|
|
||||||
|
# Define the source with random playlist
|
||||||
|
jimbops = mksafe(playlist(mode='randomize', reload=1, reload_mode="rounds", "/export/JimboNFS/Music/Synced"))
|
||||||
|
|
||||||
|
# Ensure the stream never stops
|
||||||
|
jimbops_fallback = fallback([jimbops, jimbops])
|
||||||
|
|
||||||
|
# Output configuration to Icecast
|
||||||
|
output.icecast(
|
||||||
|
%ffmpeg(format="ogg", %audio(codec="libvorbis", samplerate=48000, b="256k", channels=2)),
|
||||||
|
host="127.0.0.1",
|
||||||
|
port=265,
|
||||||
|
password="${config.secrets.castSourcePass}",
|
||||||
|
public=true,
|
||||||
|
icy_metadata=["artist", "title"],
|
||||||
|
mount="jimbops.opus",
|
||||||
|
encoding = "UTF-8",
|
||||||
|
jimbops_fallback
|
||||||
|
)
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
|
@ -0,0 +1,29 @@
|
||||||
|
{ pkgs, config, ... }:
|
||||||
|
{
|
||||||
|
services.liquidsoap.streams = {
|
||||||
|
jimscrap = pkgs.writeText "liquidjim" ''
|
||||||
|
settings.log.stdout.set(true)
|
||||||
|
settings.init.allow_root.set(true)
|
||||||
|
settings.scheduler.fast_queues.set(2)
|
||||||
|
|
||||||
|
# Define the source with random playlist
|
||||||
|
jimscrap = mksafe(playlist(mode='randomize', reload=1, reload_mode="rounds", "/export/JimboNFS/Music/Unsynced"))
|
||||||
|
|
||||||
|
# Ensure the stream never stops
|
||||||
|
jimscrap_fallback = fallback([jimscrap, jimscrap])
|
||||||
|
|
||||||
|
# Output configuration to Icecast
|
||||||
|
output.icecast(
|
||||||
|
%ffmpeg(format="ogg", %audio(codec="libvorbis", samplerate=48000, b="256k", channels=2)),
|
||||||
|
host="127.0.0.1",
|
||||||
|
port=265,
|
||||||
|
password="${config.secrets.castSourcePass}",
|
||||||
|
public=true,
|
||||||
|
icy_metadata=["artist", "title"],
|
||||||
|
mount="jimscrap.opus",
|
||||||
|
encoding = "UTF-8",
|
||||||
|
jimscrap_fallback
|
||||||
|
)
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,5 +1,10 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
./rtmp
|
||||||
|
./virtualhosts
|
||||||
|
];
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
|
@ -9,6 +14,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
80 443
|
80
|
||||||
|
443
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
"${config.domains.jim1}" = {
|
"${config.domains.jim1}" = {
|
|
@ -1,8 +1,6 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./nginx ];
|
||||||
./nginx
|
|
||||||
];
|
|
||||||
|
|
||||||
services.lemmy = {
|
services.lemmy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ pkgs, config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./nginx ];
|
||||||
./nginx
|
|
||||||
];
|
|
||||||
|
|
||||||
nixpkgs.config.element-web.conf = {
|
nixpkgs.config.element-web.conf = {
|
||||||
default_server_config = {
|
default_server_config = {
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./nginx ];
|
||||||
./nginx
|
|
||||||
];
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
coturn = {
|
coturn = {
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
SYNCV3_SERVER = "https://matrix.${config.domains.jim1}";
|
SYNCV3_SERVER = "https://matrix.${config.domains.jim1}";
|
||||||
SYNCV3_BINDADDR = "0.0.0.0:8009";
|
SYNCV3_BINDADDR = "0.0.0.0:8009";
|
||||||
};
|
};
|
||||||
environmentFile = "${pkgs.writeText "matrixsecret" ''
|
environmentFile = pkgs.writeText "matrixsecret" ''
|
||||||
SYNCV3_SECRET=${config.secrets.matrixSecret}
|
SYNCV3_SECRET=${config.secrets.matrixSecret}
|
||||||
''}";
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./nginx ];
|
||||||
./nginx
|
|
||||||
];
|
|
||||||
|
|
||||||
services.owncast = {
|
services.owncast = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./nginx ];
|
||||||
./nginx
|
|
||||||
];
|
|
||||||
|
|
||||||
services.transmission = {
|
services.transmission = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [ ./nginx ];
|
||||||
./nginx
|
|
||||||
];
|
|
||||||
|
|
||||||
services.vaultwarden = {
|
services.vaultwarden = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
./nginx
|
|
||||||
./virtualhosts
|
|
||||||
];
|
|
||||||
}
|
|
8
modules/system/settings/default.nix
Normal file
8
modules/system/settings/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./documentation
|
||||||
|
./fonts
|
||||||
|
./nix
|
||||||
|
];
|
||||||
|
}
|
7
modules/system/settings/documentation/default.nix
Normal file
7
modules/system/settings/documentation/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
documentation = {
|
||||||
|
nixos.enable = false;
|
||||||
|
info.enable = false;
|
||||||
|
};
|
||||||
|
}
|
7
modules/system/settings/fonts/default.nix
Normal file
7
modules/system/settings/fonts/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
console = {
|
||||||
|
font = "${pkgs.terminus_font}/share/consolefonts/ter-u22n.psf.gz";
|
||||||
|
packages = with pkgs; [ terminus_font ];
|
||||||
|
};
|
||||||
|
}
|
19
modules/system/settings/nix/default.nix
Normal file
19
modules/system/settings/nix/default.nix
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
nix = {
|
||||||
|
settings = {
|
||||||
|
experimental-features = [
|
||||||
|
"nix-command"
|
||||||
|
"flakes"
|
||||||
|
];
|
||||||
|
auto-optimise-store = true;
|
||||||
|
};
|
||||||
|
gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 1w";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
}
|
Loading…
Reference in a new issue