mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-25 13:42:33 -05:00
nebula test run
This commit is contained in:
parent
39dca4da02
commit
996f8f7db6
2 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@
|
|||
"${nixpkgs}/nixos/modules/virtualisation/amazon-image.nix"
|
||||
{
|
||||
networking.hostName = "WCE-Lighthouse1";
|
||||
defaultSopsFile = inputs.nix-secrets.secrets.lighthouse1;
|
||||
sops.defaultSopsFile = inputs.nix-secrets.secrets.lighthouse1;
|
||||
}
|
||||
home-manager.nixosModules.home-manager
|
||||
sops-nix.nixosModules.sops
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PermitRootLogin = "prohibit-password";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue