mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-07 12:38:10 +02:00
removed macintosh keys from x2100
This commit is contained in:
parent
16c747b570
commit
0223a3a222
1 changed files with 0 additions and 16 deletions
|
@ -1,22 +1,6 @@
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
sops.secrets.ssh-macintosh-pub = {
|
|
||||||
owner = "julien";
|
|
||||||
path = "/home/julien/.ssh/id_ed25519.pub";
|
|
||||||
mode = "0644";
|
|
||||||
format = "binary";
|
|
||||||
sopsFile = ../../secrets/ssh-macintosh-pub;
|
|
||||||
};
|
|
||||||
|
|
||||||
sops.secrets.ssh-macintosh-priv = {
|
|
||||||
owner = "julien";
|
|
||||||
path = "/home/julien/.ssh/id_ed25519";
|
|
||||||
mode = "0600";
|
|
||||||
format = "binary";
|
|
||||||
sopsFile = ../../secrets/ssh-macintosh-priv;
|
|
||||||
};
|
|
||||||
|
|
||||||
luj.hmgr.julien =
|
luj.hmgr.julien =
|
||||||
{
|
{
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "22.11";
|
||||||
|
|
Loading…
Add table
Reference in a new issue