1
0

Compare commits

..

No commits in common. "f62ceb8d2f1b2f198ff279518b60431246b7ce21" and "38edb24fcaf7f6b618fecfed9b02e893f80c4668" have entirely different histories.

3 changed files with 7 additions and 13 deletions

View File

@ -52,11 +52,9 @@
};
services.openssh.enable = true;
services.openssh.settings = {
passwordAuthentication = false;
kbdInteractiveAuthentication = false;
permitRootLogin = lib.mkDefault "no";
};
services.openssh.passwordAuthentication = false;
services.openssh.kbdInteractiveAuthentication = false;
services.openssh.permitRootLogin = lib.mkDefault "no";
nix.gc = lib.mkDefault {
automatic = true;

View File

@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1681557730,
"narHash": "sha256-j2E3639kS3Qop2jQPyqWCdenZNaqIdxfoTvAHnGuAGI=",
"lastModified": 1675183161,
"narHash": "sha256-Zq8sNgAxDckpn7tJo7V1afRSk2eoVbu3OjI1QklGLNg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "85b081528b937df4bfcaee80c3541b58f397df8b",
"rev": "e1e1b192c1a5aab2960bf0a0bd53a2e8124fa18e",
"type": "github"
},
"original": {

View File

@ -11,11 +11,7 @@
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/vda";
boot.binfmt.emulatedSystems = [
"armv6l-linux"
"armv7l-linux"
"aarch64-linux"
];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
networking.hostName = "osmium";