mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 10:56:05 -07:00
Compare commits
No commits in common. "72b6c537c56f05e9e2cb550cd58d3dfc37478579" and "28c4d0127f99339f98b352e931e5cea035f81e83" have entirely different histories.
72b6c537c5
...
28c4d0127f
20
provision/flake.lock
generated
20
provision/flake.lock
generated
@ -87,11 +87,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1747439237,
|
"lastModified": 1746892839,
|
||||||
"narHash": "sha256-5rCGrnkglKKj4cav1U3HC+SIUNJh08pqOK4spQv9RjA=",
|
"narHash": "sha256-0b9us0bIOgA1j/s/6zlxVyP3m97yAh0U+YwKayJ6mmU=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "ae755329092c87369b9e9a1510a8cf1ce2b1c708",
|
"rev": "12e67385964d9c9304daa81d0ad5ba3b01fdd35e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -103,11 +103,11 @@
|
|||||||
"jovian-nixos": {
|
"jovian-nixos": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1747466853,
|
"lastModified": 1746681524,
|
||||||
"narHash": "sha256-/evYltwuF8Kz1odgocWnguh/8VQV1i76VB4yMTU9m7k=",
|
"narHash": "sha256-c5kDVFh+vVfQSEXdVIudFRzPH3LO8j2ImgsBeo8v+Eo=",
|
||||||
"ref": "development",
|
"ref": "development",
|
||||||
"rev": "0ba1a34fa6d995fe433109f0ad66de8d5613d46e",
|
"rev": "14eb8f7d2b0cca74691db620292037bdb813ceb7",
|
||||||
"revCount": 1244,
|
"revCount": 1224,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Jovian-Experiments/Jovian-NixOS"
|
"url": "https://github.com/Jovian-Experiments/Jovian-NixOS"
|
||||||
},
|
},
|
||||||
@ -156,11 +156,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1747327360,
|
"lastModified": 1746663147,
|
||||||
"narHash": "sha256-LSmTbiq/nqZR9B2t4MRnWG7cb0KVNU70dB7RT4+wYK4=",
|
"narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e06158e58f3adee28b139e9c2bcfcc41f8625b46",
|
"rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -61,9 +61,6 @@
|
|||||||
"rss.tstarr.us" = (SSL // {
|
"rss.tstarr.us" = (SSL // {
|
||||||
locations."/".proxyPass = "http://localhost:8087/";
|
locations."/".proxyPass = "http://localhost:8087/";
|
||||||
});
|
});
|
||||||
"link.tstarr.us" = (SSL // {
|
|
||||||
locations."/".proxyPass = "http://localhost:9090/";
|
|
||||||
});
|
|
||||||
"media.tstarr.us" = (SSL // {
|
"media.tstarr.us" = (SSL // {
|
||||||
locations."/".proxyPass = "http://localhost:8096/";
|
locations."/".proxyPass = "http://localhost:8096/";
|
||||||
});
|
});
|
||||||
@ -73,6 +70,9 @@
|
|||||||
client_max_body_size 3000m;
|
client_max_body_size 3000m;
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
"workspace.tstarr.us" = (SSL // {
|
||||||
|
locations."/".proxyPass = "http://localhost:5000/";
|
||||||
|
});
|
||||||
"lc.tstarr.us" = (SSL // {
|
"lc.tstarr.us" = (SSL // {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:8065/";
|
proxyPass = "http://localhost:8065/";
|
||||||
@ -86,6 +86,9 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
"plot.tstarr.us" = (SSL // {
|
||||||
|
locations."/".proxyPass = "http://localhost:8988/";
|
||||||
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -64,6 +64,7 @@ in {
|
|||||||
gawk
|
gawk
|
||||||
gitMinimal
|
gitMinimal
|
||||||
gnused
|
gnused
|
||||||
|
nodejs-18_x
|
||||||
wget
|
wget
|
||||||
gnutar
|
gnutar
|
||||||
gzip
|
gzip
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
shares = {
|
||||||
private = {
|
private = {
|
||||||
"path" = "/engi";
|
"path" = "/engi";
|
||||||
browseable = "yes";
|
browseable = "yes";
|
||||||
|
@ -107,7 +107,6 @@ in {
|
|||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
accent-color = "orange";
|
|
||||||
enable-animations = false;
|
enable-animations = false;
|
||||||
};
|
};
|
||||||
"org/gnome/desktop/background" = {
|
"org/gnome/desktop/background" = {
|
||||||
@ -139,7 +138,6 @@ in {
|
|||||||
focus-change-on-pointer-rest = false;
|
focus-change-on-pointer-rest = false;
|
||||||
workspaces-only-on-primary = true;
|
workspaces-only-on-primary = true;
|
||||||
dynamic-workspaces = false;
|
dynamic-workspaces = false;
|
||||||
experimental-features = ["scale-monitor-framebuffer" "xwayland-native-scaling"];
|
|
||||||
};
|
};
|
||||||
"org/gnome/desktop/wm/preferences" = {
|
"org/gnome/desktop/wm/preferences" = {
|
||||||
num-workspaces = 10;
|
num-workspaces = 10;
|
||||||
|
@ -7,8 +7,8 @@ stdenv.mkDerivation {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "starr-dusT";
|
owner = "starr-dusT";
|
||||||
repo = "gnome-set-panel-monitor";
|
repo = "gnome-set-panel-monitor";
|
||||||
rev = "da8ab68ab93c056fbef7f8efa0016973918ba26c";
|
rev = "9afeb755297c467a3236d07b58ff9feae04ba13d";
|
||||||
hash = "sha256-4ZZqaqvBwS7jVrYdwApd5yStqQYyLWn6F4wdO5v8eMA=";
|
hash = "sha256-EDR7qsiTQag0NytrokCPTUEygvAXfOP9bGT1W+hVkZY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user