mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
users/foo-dogsquared: update keys and disable ArchiveBox (for now)
This commit is contained in:
parent
6532ee4ca9
commit
4b34669e39
@ -25,14 +25,6 @@ in
|
|||||||
VisualHostKey yes
|
VisualHostKey yes
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# Make all of the initial SSH identities configuration here. It should assume
|
|
||||||
# I have other SSH identities configuration that are not committed here for
|
|
||||||
# whatever reason.
|
|
||||||
home.file.".ssh/config.d" = {
|
|
||||||
source = ../../config/ssh;
|
|
||||||
recursive = true;
|
|
||||||
};
|
|
||||||
})
|
})
|
||||||
|
|
||||||
# My GPG client. It has to make sure the keys are not generated and has to be
|
# My GPG client. It has to make sure the keys are not generated and has to be
|
||||||
|
@ -40,10 +40,6 @@ in
|
|||||||
{
|
{
|
||||||
state.ports.syncthing.value = 8384;
|
state.ports.syncthing.value = 8384;
|
||||||
|
|
||||||
users.foo-dogsquared.services.archivebox = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
anki # Rise, rinse, and repeat.
|
anki # Rise, rinse, and repeat.
|
||||||
curl # The general purpose downloader.
|
curl # The general purpose downloader.
|
||||||
|
Loading…
Reference in New Issue
Block a user