Compare commits
No commits in common. "f62ceb8d2f1b2f198ff279518b60431246b7ce21" and "38edb24fcaf7f6b618fecfed9b02e893f80c4668" have entirely different histories.
f62ceb8d2f
...
38edb24fca
@ -52,11 +52,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.settings = {
|
services.openssh.passwordAuthentication = false;
|
||||||
passwordAuthentication = false;
|
services.openssh.kbdInteractiveAuthentication = false;
|
||||||
kbdInteractiveAuthentication = false;
|
services.openssh.permitRootLogin = lib.mkDefault "no";
|
||||||
permitRootLogin = lib.mkDefault "no";
|
|
||||||
};
|
|
||||||
|
|
||||||
nix.gc = lib.mkDefault {
|
nix.gc = lib.mkDefault {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
@ -22,11 +22,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1681557730,
|
"lastModified": 1675183161,
|
||||||
"narHash": "sha256-j2E3639kS3Qop2jQPyqWCdenZNaqIdxfoTvAHnGuAGI=",
|
"narHash": "sha256-Zq8sNgAxDckpn7tJo7V1afRSk2eoVbu3OjI1QklGLNg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "85b081528b937df4bfcaee80c3541b58f397df8b",
|
"rev": "e1e1b192c1a5aab2960bf0a0bd53a2e8124fa18e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -11,11 +11,7 @@
|
|||||||
boot.loader.grub.version = 2;
|
boot.loader.grub.version = 2;
|
||||||
boot.loader.grub.device = "/dev/vda";
|
boot.loader.grub.device = "/dev/vda";
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
"armv6l-linux"
|
|
||||||
"armv7l-linux"
|
|
||||||
"aarch64-linux"
|
|
||||||
];
|
|
||||||
|
|
||||||
networking.hostName = "osmium";
|
networking.hostName = "osmium";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user