File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1515 transform = 0 ;
1616 enabled = true ;
1717 # hdr = true;
18- # vrr = true;
18+ vrr = true ;
1919 }
2020 {
21- name = "DP-3 " ;
21+ name = "DP-2 " ;
2222 width = 2560 ; # Left-most monitor
2323 height = 1440 ;
2424 refreshRate = 360 ;
25- x = 1080 ;
25+ x = 0 ;
2626 y = 0 ;
2727 scale = 1.0 ;
2828 transform = 0 ;
2929 enabled = true ;
3030 # hdr = true;
31- # vrr = true;
31+ vrr = true ;
3232 }
3333 ] ;
3434
Original file line number Diff line number Diff line change 7272 network = {
7373 hostName = "gojo" ;
7474 ip = "104.40.5.5" ; # Update with actual IP if needed
75+ vpn = true ; # VPN client to nexus
76+ wg = {
77+ publicKey = "PLACEHOLDER" ; # Defined in secrets
78+ address = "10.100.0.2/32" ; # Client address
79+ endpoint = wgEndpoint ;
80+ } ;
7581 } ;
7682 user = {
7783 name = "gio" ;
127133 } ;
128134 wg = {
129135 publicKey = "PLACEHOLDER" ; # Defined in secrets
130- address = "10.100.0.1 /24" ; # Server address
136+ address = "10.100.0.4 /24" ; # Server address
131137 endpoint = null ; # Server doesn't need endpoint
132138 } ;
133139 } ;
Original file line number Diff line number Diff line change 2121 example = 1080 ;
2222 } ;
2323 refreshRate = lib . mkOption {
24- type = lib . types . int ;
24+ type = lib . types . either lib . types . int lib . types . float ;
2525 default = 60 ;
2626 } ;
2727 x = lib . mkOption {
You can’t perform that action at this time.
0 commit comments