mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: updates, work on qs
This commit is contained in:
parent
5686454354
commit
4be1b9f090
30 changed files with 773 additions and 74 deletions
|
|
@ -137,6 +137,11 @@ _: let
|
|||
x = 1920;
|
||||
y = 0;
|
||||
};
|
||||
mode = {
|
||||
width = 2560;
|
||||
height = 1440;
|
||||
refresh = 59.951;
|
||||
};
|
||||
};
|
||||
"Samsung Electric Company SAMSUNG Unknown" = {
|
||||
position = {
|
||||
|
|
|
|||
|
|
@ -53,14 +53,14 @@ _: let
|
|||
ipv6.addresses = [
|
||||
{
|
||||
address = "2602:ffd5:1:301::1a";
|
||||
prefixLength = 64;
|
||||
prefixLength = 36;
|
||||
}
|
||||
];
|
||||
};
|
||||
defaultGateway = "154.12.117.33";
|
||||
defaultGateway6 = {
|
||||
address = "2602:ffd5:1:100::1";
|
||||
interface = "ens18";
|
||||
interface = "ens19";
|
||||
};
|
||||
nameservers = [
|
||||
"1.1.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue