2 Commits

Author SHA1 Message Date
phundrak d1c066e592 feat(hosts): add home config for steamdeck 2026-06-17 22:48:08 +02:00
phundrak c2485cc0db feat(naromk3): open ports for email server 2026-06-17 22:47:53 +02:00
7 changed files with 18 additions and 15 deletions
Generated
+4 -4
View File
@@ -230,11 +230,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1780841807,
"narHash": "sha256-7N3iYAUmNjt0wgfpb1ZMVP5xRcXSrihQqOxZPM5N0Tc=",
"lastModified": 1781450428,
"narHash": "sha256-EWQpPImWpq0RHgyqa/lBoiMsjRjNdJCYa9fU2q+7nOg=",
"ref": "develop",
"rev": "0e6b559d002cc7a9bcb758384623de0e8e034bbe",
"revCount": 45,
"rev": "4ad6e944b22a1d9990d43ac02650fc4d90fb1b4c",
"revCount": 49,
"type": "git",
"url": "https://labs.phundrak.com/phundrak/jj-cz"
},
+1 -1
View File
@@ -190,7 +190,7 @@
srvos.nixosModules.server
srvos.nixosModules.hardware-hetzner-cloud
srvos.nixosModules.mixins-terminfo
./hosts/naromk3/configuration.nix
./hosts/naromk3
];
};
pinetab2 = pinetabConfig "x86_64-linux" ./hosts/pinetab2/gnome.nix;
@@ -23,9 +23,12 @@
id = "0003beef";
firewall = {
openPorts = [
22 # Gitea SSH
80 # HTTP
22 # Gitea SSH
25 # SMTP
80 # HTTP
443 # HTTPS
465 # SMTPS
993 # IMAPS
];
};
};
+1 -1
View File
@@ -47,7 +47,7 @@ in {
services.blueman-applet.enable = ! caelestiaEnabled;
wayland.windowManager.hyprland = {
enable = true;
systemd.enable = false;
systemd.enable = true;
importantPrefixes = ["$left" "$right" "$up" "$down" "$menu"];
settings = {
env = [
+1 -2
View File
@@ -18,9 +18,8 @@
autoupdate = false;
provider = {
ollama = {
npm = "@ai-sdk/openai-compatible";
name = "Ollama (marpa)";
options.baseURL = "http://marpa:11434/v1";
options.baseURL = "http://marpa:11434";
};
models = {
"qwen3.5:9b".name = "Qwen 3.5 Medium";
+5 -4
View File
@@ -66,10 +66,11 @@
" tabopen was on t move to j (bépo's 'find char to' position)
bind j fillcmdline tabopen
unbind ^http(s?)://youtube\.com f
unbind ^http(s?)://youtube\.com t
unbind ^http(s?)://youtube\.com l
unbind ^http(s?)://youtube\.com j
unbind ^http(s?)://(www\.)?youtube\.com c
unbind ^http(s?)://(www\.)?youtube\.com f
unbind ^http(s?)://(www\.)?youtube\.com t
unbind ^http(s?)://(www\.)?youtube\.com l
unbind ^http(s?)://(www\.)?youtube\.com j
unbind ^http(s?)://twitch\.tv f
bind n findnext
+1 -1
View File
@@ -1,7 +1,7 @@
{config, ...}: {
import = [../home.nix];
home = {
# cli.nh.flake = "${config.home.homeDirectory}/.dotfiles";
cli.nh.flake = "${config.home.homeDirectory}/.dotfiles";
desktop.hyprland.enable = false;
phundrak.sshKey.content = builtins.readFile ../keys/id_steamdeck.pub;
dev.ai = {