hosts tv: separate hashedPasswords per host
This commit is contained in:
parent
d65a534022
commit
7a406946f0
@ -3,7 +3,7 @@
|
||||
{
|
||||
imports =
|
||||
[
|
||||
<secrets/hashedPasswords.nix>
|
||||
<secrets/cd.hashedPasswords.nix>
|
||||
./iptables.nix
|
||||
./networking.nix
|
||||
../common/nixpkgs.nix
|
||||
|
@ -10,7 +10,7 @@ in
|
||||
|
||||
{
|
||||
imports = [
|
||||
<secrets/hashedPasswords.nix>
|
||||
<secrets/mu.hashedPasswords.nix>
|
||||
../tv/base.nix
|
||||
../tv/exim-retiolum.nix
|
||||
../tv/retiolum.nix
|
||||
|
@ -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;
|
||||
|
@ -210,7 +210,7 @@ in
|
||||
|
||||
{
|
||||
imports = [
|
||||
<secrets/hashedPasswords.nix>
|
||||
<secrets/wu.hashedPasswords.nix>
|
||||
];
|
||||
|
||||
users.defaultUserShell = "/run/current-system/sw/bin/bash";
|
Loading…
Reference in New Issue
Block a user