1778493373
This commit is contained in:
@@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user