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 = imports =
[ [
<secrets/hashedPasswords.nix> <secrets/cd.hashedPasswords.nix>
./iptables.nix ./iptables.nix
./networking.nix ./networking.nix
../common/nixpkgs.nix ../common/nixpkgs.nix

View File

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

View File

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

View File

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