From bce5bb5eb8359f3bf3453a1514ffb314212c7157 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 15 May 2015 16:38:55 +0200 Subject: make password hashes secret --- modules/uriel/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/uriel') diff --git a/modules/uriel/default.nix b/modules/uriel/default.nix index 2fa4bd59..7d58abd8 100644 --- a/modules/uriel/default.nix +++ b/modules/uriel/default.nix @@ -12,6 +12,7 @@ ../lass/pass.nix ../lass/vim.nix ../lass/urxvt.nix + ../../secrets/uriel-pw.nix ]; nixpkgs = { url = "https://github.com/Lassulus/nixpkgs"; @@ -76,7 +77,6 @@ users.extraUsers = { root = { - hashedPassword = "$6$78Zog6OCAQn6tFCO$jpOPksguWEsOPz7u1r6kVApD0Zb2SqjFV8Gn1JCZevcMtBI.jm0CcojXvW.v23xWDt4wZE4KcxFSNWNU.E9ef."; openssh.authorizedKeys.keys = [ config.sshKeys.lass.pub ]; @@ -92,7 +92,6 @@ isSystemUser = false; description = "lassulus"; extraGroups = [ "wheel" "audio" ]; - hashedPassword = "$6$78Zog6OCAQn6tFCO$jpOPksguWEsOPz7u1r6kVApD0Zb2SqjFV8Gn1JCZevcMtBI.jm0CcojXvW.v23xWDt4wZE4KcxFSNWNU.E9ef."; openssh.authorizedKeys.keys = [ config.sshKeys.lass.pub ]; -- cgit v1.2.3