push
This commit is contained in:
5
.stfolder/syncthing-folder-a0745f.txt
Normal file
5
.stfolder/syncthing-folder-a0745f.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# This directory is a Syncthing folder marker.
|
||||||
|
# Do not delete.
|
||||||
|
|
||||||
|
folderID: nix
|
||||||
|
created: 2026-01-29T23:06:32-06:00
|
||||||
18
main.nix
18
main.nix
@@ -227,7 +227,21 @@ in
|
|||||||
|
|
||||||
fstrim.enable = true;
|
fstrim.enable = true;
|
||||||
|
|
||||||
openssh.enable = true;
|
openssh = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
PasswordAuthentication = false;
|
||||||
|
KbdInteractiveAuthentication = false;
|
||||||
|
|
||||||
|
PermitRootLogin = "no";
|
||||||
|
|
||||||
|
PubkeyAuthentication = true;
|
||||||
|
|
||||||
|
X11Forwarding = true;
|
||||||
|
AllowTcpForwarding = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
pulseaudio.enable = false;
|
pulseaudio.enable = false;
|
||||||
|
|
||||||
@@ -408,6 +422,8 @@ in
|
|||||||
euphonica
|
euphonica
|
||||||
|
|
||||||
kooha
|
kooha
|
||||||
|
|
||||||
|
loupe
|
||||||
];
|
];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|||||||
Reference in New Issue
Block a user