Compare commits

...

7 Commits

6 changed files with 18 additions and 20 deletions

20
provision/flake.lock generated
View File

@ -87,11 +87,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1746892839, "lastModified": 1747439237,
"narHash": "sha256-0b9us0bIOgA1j/s/6zlxVyP3m97yAh0U+YwKayJ6mmU=", "narHash": "sha256-5rCGrnkglKKj4cav1U3HC+SIUNJh08pqOK4spQv9RjA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "12e67385964d9c9304daa81d0ad5ba3b01fdd35e", "rev": "ae755329092c87369b9e9a1510a8cf1ce2b1c708",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -103,11 +103,11 @@
"jovian-nixos": { "jovian-nixos": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1746681524, "lastModified": 1747466853,
"narHash": "sha256-c5kDVFh+vVfQSEXdVIudFRzPH3LO8j2ImgsBeo8v+Eo=", "narHash": "sha256-/evYltwuF8Kz1odgocWnguh/8VQV1i76VB4yMTU9m7k=",
"ref": "development", "ref": "development",
"rev": "14eb8f7d2b0cca74691db620292037bdb813ceb7", "rev": "0ba1a34fa6d995fe433109f0ad66de8d5613d46e",
"revCount": 1224, "revCount": 1244,
"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": 1746663147, "lastModified": 1747327360,
"narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=", "narHash": "sha256-LSmTbiq/nqZR9B2t4MRnWG7cb0KVNU70dB7RT4+wYK4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54", "rev": "e06158e58f3adee28b139e9c2bcfcc41f8625b46",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -61,6 +61,9 @@
"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/";
}); });
@ -70,9 +73,6 @@
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,9 +86,6 @@
}; };
}); });
"plot.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:8988/";
});
}; };
}; };

View File

@ -64,7 +64,6 @@ in {
gawk gawk
gitMinimal gitMinimal
gnused gnused
nodejs-18_x
wget wget
gnutar gnutar
gzip gzip

View File

@ -15,7 +15,7 @@
}; };
}; };
shares = { settings = {
private = { private = {
"path" = "/engi"; "path" = "/engi";
browseable = "yes"; browseable = "yes";

View File

@ -107,6 +107,7 @@ 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" = {
@ -138,6 +139,7 @@ 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;

View File

@ -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 = "9afeb755297c467a3236d07b58ff9feae04ba13d"; rev = "da8ab68ab93c056fbef7f8efa0016973918ba26c";
hash = "sha256-EDR7qsiTQag0NytrokCPTUEygvAXfOP9bGT1W+hVkZY="; hash = "sha256-4ZZqaqvBwS7jVrYdwApd5yStqQYyLWn6F4wdO5v8eMA=";
}; };
installPhase = '' installPhase = ''