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