jakstpub: open up http

This commit is contained in:
2023-09-17 22:12:46 +03:00
parent a3e8903669
commit f38fd993d3
2 changed files with 81 additions and 68 deletions

View File

@@ -105,17 +105,17 @@ in {
home-manager.users.motiejus = {pkgs, ...}: {
programs.autorandr.profiles = {
laptop = {
fingerprint = { inherit (randr) eDP-1; };
config = {
eDP-1 = {
enable = true;
primary = true;
mode = "2256x1504";
crtc = 0;
};
laptop = {
fingerprint = {inherit (randr) eDP-1;};
config = {
eDP-1 = {
enable = true;
primary = true;
mode = "2256x1504";
crtc = 0;
};
};
};
dualhome = {
fingerprint = {inherit (randr) eDP-1 DP-3 DP-4;};