mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
add neofetch globally
This commit is contained in:
parent
e7da5bf627
commit
a82113d1af
|
@ -14,6 +14,7 @@
|
||||||
screen
|
screen
|
||||||
|
|
||||||
tldr
|
tldr
|
||||||
|
neofetch
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -14,11 +14,6 @@ in {
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPortRanges = [
|
allowedTCPPortRanges = [
|
||||||
# {
|
|
||||||
# # ssh
|
|
||||||
# from = 22;
|
|
||||||
# to = 22;
|
|
||||||
# }
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue