Compare commits
No commits in common. "758e35488b7ee5087e09544aea5dffde87caac4f" and "52a405d9edb9a121375c13b10d54d6b5804c5a1f" have entirely different histories.
758e35488b
...
52a405d9ed
|
@ -39,11 +39,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1621379324,
|
"lastModified": 1620808985,
|
||||||
"narHash": "sha256-hlCsR8SCFXLHbsHo9Qj0ILk9NdnzlLtFi3FMlFIHTek=",
|
"narHash": "sha256-cf/+g1RVawT0rcKmfh2nf/lgnSrj9YZS+1PkCFmoeJQ=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "33824cdf8e4fec30c5b9ddc91b18991c3c375227",
|
"rev": "327368f98c6a927a84aed3c2f2fd1a7f6983e855",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -145,7 +145,4 @@ in
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.permitRootLogin = "no";
|
services.openssh.permitRootLogin = "no";
|
||||||
services.openssh.passwordAuthentication = false;
|
services.openssh.passwordAuthentication = false;
|
||||||
|
|
||||||
# Takes a long while to build
|
|
||||||
documentation.nixos.enable = false;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue