fix: incorrect gpg key and home-manager package location
This commit is contained in:
parent
f645b12a6e
commit
fa9b64ed93
8 changed files with 47 additions and 45 deletions
|
@ -12,7 +12,7 @@ in {
|
|||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
services.openssh.enable = false;
|
||||
programs.zsh.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
@ -20,7 +20,6 @@ in {
|
|||
toybox
|
||||
util-linux
|
||||
tmux
|
||||
ghostty
|
||||
|
||||
# encryption and filesystem
|
||||
cryptsetup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue