git-crypt again
This commit is contained in:
parent
65fc4234b4
commit
c4a8a32545
4 changed files with 2 additions and 24 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
secrets.nix filter=git-crypt diff=git-crypt
|
|
@ -34,7 +34,7 @@
|
||||||
lanzaboote,
|
lanzaboote,
|
||||||
nixvim,
|
nixvim,
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
secrets = import ./secrets-legacy.nix;
|
secrets = import ./secrets.nix;
|
||||||
in {
|
in {
|
||||||
formatter."x86_64-linux" = nixpkgs.legacyPackages."x86_64-linux".alejandra;
|
formatter."x86_64-linux" = nixpkgs.legacyPackages."x86_64-linux".alejandra;
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
aria2_config = {
|
|
||||||
rpc_secret = "<rpc secret for aria2>";
|
|
||||||
};
|
|
||||||
frp_config = {
|
|
||||||
ip = "<ip addess of server running frps>";
|
|
||||||
token = "<secret token for frps <-> frpc connection>";
|
|
||||||
};
|
|
||||||
caddy_config = {
|
|
||||||
email = "<email for certificate generation>";
|
|
||||||
};
|
|
||||||
users = {
|
|
||||||
root.hashedPassword = "<password hash of root user>";
|
|
||||||
primary = {
|
|
||||||
userName = "<primary non-root username>";
|
|
||||||
realName = "<primary user's full name>";
|
|
||||||
hashedPassword = "<password hash of primary user>";
|
|
||||||
pgpFingerprint = "<primary user's pgp fingerprint>";
|
|
||||||
emailAddress = "<primary user's email>";
|
|
||||||
sshPublicKey = "<ssh public key>";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
BIN
secrets.nix
Normal file
BIN
secrets.nix
Normal file
Binary file not shown.
Loading…
Reference in a new issue