Disable sig detection until I fix deploy's broken shit.
I think I can get this working again with a combo of trusted users + changing the user arg (not sshuser!!). Will revisit.
This commit is contained in:
parent
e60c91e2b4
commit
da5b7e200e
@ -52,7 +52,7 @@
|
|||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
# services.xserver.enable = true;
|
# services.xserver.enable = true;
|
||||||
|
|
||||||
nix.settings.require-sigs = true;
|
nix.settings.require-sigs = false;
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver.layout = "us";
|
services.xserver.layout = "us";
|
||||||
|
Loading…
Reference in New Issue
Block a user