mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Manage github ssh-keys with sops
This commit is contained in:
parent
c1cba95e02
commit
ae4a2e5b72
10 changed files with 92 additions and 11 deletions
|
|
@ -58,7 +58,7 @@
|
|||
};
|
||||
modules = [
|
||||
./hosts/north
|
||||
"${self}/users/seb/@north.nix"
|
||||
"${self}/users/seb/@north"
|
||||
];
|
||||
};
|
||||
inspiron = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
};
|
||||
modules = [
|
||||
./hosts/inspiron
|
||||
"${self}/users/seb/@inspiron.nix"
|
||||
"${self}/users/seb/@inspiron"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue