hosts tv: separate hashedPasswords per host
This commit is contained in:
parent
d65a534022
commit
7a406946f0
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
|
@ -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";
|
Loading…
Reference in New Issue
Block a user