Compare commits

..

2 Commits

Author SHA1 Message Date
unexplrd ab109ccd7f 1778493373 2026-05-11 12:56:13 +03:00
unexplrd 9788dfa926 1778493344 2026-05-11 12:55:45 +03:00
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{}: { {
programs.ghostty.enable = true; programs.ghostty.enable = true;
programs.ghostty = { programs.ghostty = {
settings = { settings = {
+1 -1
View File
@@ -45,7 +45,7 @@
services.journald.extraConfig = '' services.journald.extraConfig = ''
SystemMaxUse=1G SystemMaxUse=1G
''; '';
systemd.coredump.extraConfig = '' systemd.coredump.settings.Coredump = ''
Storage=none Storage=none
ProcessSizeMax=0 ProcessSizeMax=0
''; '';
+4 -1
View File
@@ -24,6 +24,9 @@ in {
]; ];
systemd.services = { systemd.services = {
nix-daemon.serviceConfig.RestrictNamespaces = lib.mkForce []; nix-daemon.serviceConfig.RestrictNamespaces = lib.mkForce [];
sshd.serviceConfig.ProtectHome = lib.mkForce "no"; sshd.serviceConfig = {
ReadWritePaths = ["/storage" "/etc/nixos"];
ProtectHome = lib.mkForce "no";
};
}; };
} }
+2 -2
View File
@@ -213,8 +213,8 @@ in {
appimage-run appimage-run
adwaita-icon-theme adwaita-icon-theme
# vial # qmk keyboard configuring app # vial # qmk keyboard configuring app
perSystem.t3code.t3code-desktop (perSystem.t3code.desktop.override {withCodex = true;})
perSystem.t3code.t3code-server (perSystem.t3code.server.override {withCodex = true;})
pinentry-gnome3 # pinentry for rbw pinentry-gnome3 # pinentry for rbw
(mkIf libvirtd.enable virt-manager) # libvirt gui (mkIf libvirtd.enable virt-manager) # libvirt gui
# waycheck # check wayland protocols # waycheck # check wayland protocols