mirror of
https://git.gay/xqtc/nixos-config
synced 2025-01-01 10:33:44 +01:00
Compare commits
No commits in common. "d0bef4c9f8c5509c949c8a6af2ffc9d4975c8167" and "c47b238f490a8a6075cd4281da8c8fc2c898d525" have entirely different histories.
d0bef4c9f8
...
c47b238f49
|
@ -122,9 +122,6 @@
|
|||
folding = true;
|
||||
indent = true;
|
||||
nixvimInjections = true;
|
||||
settings = {
|
||||
ensure_installed = "all";
|
||||
};
|
||||
};
|
||||
treesitter-refactor = {
|
||||
enable = true;
|
||||
|
|
|
@ -196,13 +196,13 @@ with lib; {
|
|||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
# programs.ssh.extraConfig = ''
|
||||
# Host frotting
|
||||
# HostName 2a0f:be01:0:100::a3
|
||||
# User communism
|
||||
# '';
|
||||
programs.ssh.extraConfig = ''
|
||||
Host frotting
|
||||
HostName 2a0f:be01:0:100::a3
|
||||
User communism
|
||||
'';
|
||||
|
||||
# services.mullvad-vpn.enable = true;
|
||||
services.mullvad-vpn.enable = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.nftables.enable = true;
|
||||
|
|
Loading…
Reference in a new issue