build: bump inputs
This commit is contained in:
parent
04d63a1977
commit
3204ac12e7
4 changed files with 103 additions and 103 deletions
|
|
@ -56,9 +56,9 @@ in
|
|||
keepassxc
|
||||
nixpkgs-review
|
||||
pavucontrol
|
||||
stable.libreoffice # HACK to fix build error
|
||||
stable.signal-desktop
|
||||
texlive.combined.scheme-full
|
||||
stable.libreoffice # NOTE breaks often
|
||||
stable.signal-desktop # NOTE breaks often
|
||||
stable.texlive.combined.scheme-full # NOTE breaks often
|
||||
thunderbird
|
||||
vlc
|
||||
];
|
||||
|
|
|
|||
|
|
@ -69,8 +69,8 @@
|
|||
services.openssh = {
|
||||
settings = {
|
||||
# Disable ssh password login
|
||||
passwordAuthentication = lib.mkDefault false;
|
||||
logLevel = "VERBOSE";
|
||||
PasswordAuthentication = lib.mkDefault false;
|
||||
LogLevel = "VERBOSE";
|
||||
};
|
||||
extraConfig = ''
|
||||
AllowAgentForwarding no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue