This commit is contained in:
mjallen18
2024-08-08 10:34:56 -05:00
parent 0fc00e2d29
commit f98298f02c
2 changed files with 94 additions and 46 deletions

8
secrets.nix Normal file
View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
let
# creds
password1 = "BogieDudie1"
in
{
}