diff options
author | Collin J. Doering | 2024-03-12 00:15:19 -0400 |
---|---|---|
committer | Collin J. Doering | 2024-03-12 00:15:19 -0400 |
commit | 6cf7f9a72eae0333705518ee865a72ea4b63399b (patch) | |
tree | d5e73e5f53edb929158fe1e595f85424605467e2 /.gitignore | |
parent | 254381bfa7dadb95bc0dd8e1047bfa97cc7419bf (diff) | |
download | guix-north-america-6cf7f9a72eae0333705518ee865a72ea4b63399b.tar.gz |
Initial setup (not yet bootstrapped or thoroughly tested)
* .gitignore: Ignore files used by 'guix deploy'
* .guix/guix-na/config/balg02.scm: Initial balg02 guix configuration (sans cuirass)
* .pubkeys/collin.pub: Public key of Collin Doering
* .pubkeys/deploy-key.pub: Public key used for 'guix deploy' usage
* README.org: Various updates to how balg02 (guix-north-america) is setup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,7 @@ # Emacs *~ + +# Private ssh key used for 'guix deploy' +# Note: 'guix deploy' will generate a public key for the provided private key +.deploy-key +.deploy-key.pub |