mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-06 12:08:11 +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, ... }:
|
||||
{
|
||||
|
||||
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 =
|
||||
{
|
||||
home.stateVersion = "22.11";
|
||||
|
|
Loading…
Add table
Reference in a new issue