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