generation 518 25.11.20250714.62e0f05
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
osConfig,
|
osConfig,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
# secretBookmarks = builtins.fromJSON (builtins.readFile osConfig.age.secrets."firefox-bookmarks".path);
|
|
||||||
# osConfig carries config from configuration.nix
|
# osConfig carries config from configuration.nix
|
||||||
scale =
|
scale =
|
||||||
if osConfig.res == "1366x768"
|
if osConfig.res == "1366x768"
|
||||||
@@ -215,7 +214,6 @@ in {
|
|||||||
name = "cal";
|
name = "cal";
|
||||||
url = "https://calendar.google.com/";
|
url = "https://calendar.google.com/";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "performance";
|
name = "performance";
|
||||||
url = "about:processes";
|
url = "about:processes";
|
||||||
|
|||||||
@@ -41,9 +41,9 @@
|
|||||||
<div class="category">
|
<div class="category">
|
||||||
<h2>Uni</h2>
|
<h2>Uni</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://www.husker.nu/">Husker</a></li>
|
<li><a href="https://cmueats.com//">CMU Eats</a></li>
|
||||||
<li><a href="https://northeastern.instructure.com/">Canvas</a></li>
|
<li><a href="https://cmucourses.com/">CMU Courses</a></li>
|
||||||
<li><a href="https://student.me.northeastern.edu/">Hub</a></li>
|
<li><a href="https://s3.andrew.cmu.edu/sio">SIO</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -54,6 +54,7 @@
|
|||||||
<li><a href="https://lobste.rs/">lobste.rs</a></li>
|
<li><a href="https://lobste.rs/">lobste.rs</a></li>
|
||||||
<li><a href="https://news.ycombinator.com/">Hackernews</a></li>
|
<li><a href="https://news.ycombinator.com/">Hackernews</a></li>
|
||||||
<li><a href="https://codeforces.com/problemset">Codeforces</a></li>
|
<li><a href="https://codeforces.com/problemset">Codeforces</a></li>
|
||||||
|
<li><a href="https://www.cve.org/CVERecord/SearchResults?query=cryptography">CVEs</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -35,11 +35,6 @@
|
|||||||
owner = "synchronous";
|
owner = "synchronous";
|
||||||
mode = "0400";
|
mode = "0400";
|
||||||
};
|
};
|
||||||
firefox-bookmarks = {
|
|
||||||
file = ../secrets/firefox-bookmarks.age;
|
|
||||||
owner = "synchronous";
|
|
||||||
mode = "0400";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
secretsDir = "/home/synchronous/.agenix/agenix";
|
secretsDir = "/home/synchronous/.agenix/agenix";
|
||||||
secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
||||||
|
|||||||
Binary file not shown.
@@ -6,5 +6,4 @@ in {
|
|||||||
"tailscale-rq.age".publicKeys = [key];
|
"tailscale-rq.age".publicKeys = [key];
|
||||||
"ssh-pub.age".publicKeys = [key];
|
"ssh-pub.age".publicKeys = [key];
|
||||||
"kube.age".publicKeys = [key];
|
"kube.age".publicKeys = [key];
|
||||||
"firefox-bookmarks.age".publicKeys = [key];
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user