hosts tv: separate hashedPasswords per host

This commit is contained in:
tv 2015-05-20 16:27:15 +02:00
parent d65a534022
commit 7a406946f0
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
{
imports =
[
<secrets/hashedPasswords.nix>
<secrets/cd.hashedPasswords.nix>
./iptables.nix
./networking.nix
../common/nixpkgs.nix

View File

@ -10,7 +10,7 @@ in
{
imports = [
<secrets/hashedPasswords.nix>
<secrets/mu.hashedPasswords.nix>
../tv/base.nix
../tv/exim-retiolum.nix
../tv/retiolum.nix

View File

@ -19,8 +19,8 @@ in
../tv/synaptics.nix
#../tv/tools.nix
../tv/urxvt.nix
../tv/users.nix
../tv/xserver.nix
../wu/users.nix
];
nix.maxJobs = 8;

View File

@ -210,7 +210,7 @@ in
{
imports = [
<secrets/hashedPasswords.nix>
<secrets/wu.hashedPasswords.nix>
];
users.defaultUserShell = "/run/current-system/sw/bin/bash";