Changes
4 changed files (+29/-29)
-
-
@@ -6,6 +6,7 @@}: { # TODO: Make nix run work more reliably on Hyades nixpkgs.hostPlatform = "x86_64-linux"; networking = {
-
@@ -113,7 +114,6 @@systemd = { # Update Git mirrors services.update-mirrors = { wantedBy = [ "multi-user.target" ]; path = [ pkgs.git ]; serviceConfig = { User = "a";
-
-
-
@@ -7,28 +7,18 @@{ # We enable Nix on the microVM too for nix run and because it doesn't add much space nix = { # BAD NIX STORE STOP BEING 100GB # Don't run the optimiser automatically though, since it doesn't save that much space and messes up generation build dates # There's also auto-optimise-store but it apparently has performance issues gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 7d"; }; settings = { # Don't trash my $HOME please like come on it's not 2005 anymore use-xdg-base-directories = true; # Fancy stuff yay experimental-features = [ # The new CLI is so much nicer "nix-command" # Still have no idea what a "flake" is "flakes" # Leanify Nix "pipe-operators" ]; }; nix.settings = { # Don't trash my $HOME please like come on it's not 2005 anymore use-xdg-base-directories = true; # Fancy stuff yay experimental-features = [ # The new CLI is so much nicer "nix-command" # I still have no idea what a "flake" is "flakes" # Leanify Nix "pipe-operators" ]; }; boot = {
-
-
-
@@ -7,11 +7,11 @@] }, "locked": { "lastModified": 1785496917, "narHash": "sha256-yU6Of7ZPgkEoXPR8QlPJhCexVlJrxMmc7QK0BIs5AHw=", "lastModified": 1785636894, "narHash": "sha256-taq1vorKHPDYUaeyepWroDaMidWZrHH8VzELi9cJzcI=", "owner": "pocka", "repo": "legit", "rev": "8e0d9c4694b25533d3091535c75a210caf8ed645", "rev": "cd6335e2d0251762f85df5432beec1a575f248c4", "type": "github" }, "original": {
-
@@ -42,11 +42,11 @@}, "nixpkgs": { "locked": { "lastModified": 1785454630, "narHash": "sha256-LQy14TZp77TwbQf40gg1V3jo8FwJG0jGDkAH+zRHqg8=", "lastModified": 1785692966, "narHash": "sha256-vUfIeBEfpbAfZ5zjgIkYk7eHBeVfCYVjLbWnMkseYnk=", "owner": "NixOS", "repo": "nixpkgs", "rev": "1559d3daa3ecc813a650b79375ea61b6741b8746", "rev": "643809054d65fdd466a63e3155b8c498cb483c04", "type": "github" }, "original": {
-
-
-
@@ -13,6 +13,15 @@ let}) { }; in { # BAD NIX STORE STOP BEING 100GB # Don't run the optimiser automatically though, since it doesn't save that much space and messes up generation build dates # There's also auto-optimise-store but it apparently has performance issues nix.gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 7d"; }; # For NeoChat ugh nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
-
@@ -103,6 +112,7 @@ inelan # For Lean FFI stuff gcc gnumake # Unfortunately # python3 in nixpkgs often lags behind the latest stable release, so hardcode the version here python314
-