Compare commits

...

2 commits

Author SHA1 Message Date
Antoine Martin 758e35488b hosts: poseidon: don't build Nix documentation 2021-05-20 14:56:36 +02:00
Antoine Martin 7a9a6b9b91 flake.lock: Update
Flake input changes:

* Updated 'nixpkgs': 'github:NixOS/nixpkgs/327368f98c6a927a84aed3c2f2fd1a7f6983e855' -> 'github:NixOS/nixpkgs/33824cdf8e4fec30c5b9ddc91b18991c3c375227'
2021-05-20 14:46:28 +02:00
2 changed files with 6 additions and 3 deletions

View file

@ -39,11 +39,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1620808985, "lastModified": 1621379324,
"narHash": "sha256-cf/+g1RVawT0rcKmfh2nf/lgnSrj9YZS+1PkCFmoeJQ=", "narHash": "sha256-hlCsR8SCFXLHbsHo9Qj0ILk9NdnzlLtFi3FMlFIHTek=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "327368f98c6a927a84aed3c2f2fd1a7f6983e855", "rev": "33824cdf8e4fec30c5b9ddc91b18991c3c375227",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -145,4 +145,7 @@ 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;
} }