mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
wireguard and fail2ban
This commit is contained in:
parent
78a47101ac
commit
5148ff5953
15 changed files with 132 additions and 67 deletions
|
@ -4,7 +4,6 @@
|
|||
settings = {
|
||||
profile = [
|
||||
{
|
||||
# TODO home vertical
|
||||
name = "home";
|
||||
output = [
|
||||
{
|
||||
|
@ -34,7 +33,6 @@
|
|||
];
|
||||
}
|
||||
{
|
||||
# TODO home vertical
|
||||
name = "home-vertical";
|
||||
output = [
|
||||
{
|
||||
|
@ -85,6 +83,32 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "external-monitor-usb-c";
|
||||
output = [
|
||||
{
|
||||
match = "eDP-1";
|
||||
enable = true;
|
||||
position = {
|
||||
x = 0;
|
||||
y = 1440;
|
||||
};
|
||||
}
|
||||
{
|
||||
match = "/P24h/";
|
||||
enable = true;
|
||||
mode = {
|
||||
height = 1440;
|
||||
width = 2560;
|
||||
refresh = 60;
|
||||
};
|
||||
position = {
|
||||
x = 0;
|
||||
y = 0;
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "external-monitor-usb-c";
|
||||
output = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue