Disable mutable-users, fix passwords globally (#71)
* updated passwd * Disable mutable-users Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * fix password config Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * change secrets --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com> Co-authored-by: Richie Cahill <richie@tmmworkshop.com> Co-authored-by: Dennis Wuitz <dennish@wuitz.de>
This commit is contained in:
11
flake.nix
11
flake.nix
@ -11,6 +11,7 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
systems.url = "github:nix-systems/default";
|
||||
mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
||||
|
||||
nix-index-database = {
|
||||
url = "github:Mic92/nix-index-database";
|
||||
@ -49,16 +50,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
mailserver = {
|
||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
nixpkgs-23_05.follows = "nixpkgs";
|
||||
nixpkgs-23_11.follows = "nixpkgs";
|
||||
utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
Reference in New Issue
Block a user