Cleanup London configuration, remove overlays

This commit is contained in:
Gabriel Simmer 2024-06-07 14:49:23 +01:00
parent 539899a65b
commit 8b710ab863
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
4 changed files with 12 additions and 19 deletions

View file

@ -31,6 +31,7 @@
inputs.lix.follows = "lix";
inputs.nixpkgs.follows = "nixpkgs";
};
emacs-overlay.url = "github:nix-community/emacs-overlay";
};
outputs = {
@ -47,9 +48,14 @@
kubenix,
nixos-dns,
nixos-hardware,
emacs-overlay,
...
} @ inputs: let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;
overlays = [emacs-overlay.overlays.default];
};
tf = terranix.lib.terranixConfiguration {
system = "x86_64-linux";
modules = [./terraform/main.nix];
@ -96,6 +102,7 @@
kubernetes-helm
nil
talosctl
dogdns
(octodns.withProviders (ps: [
octodns-providers.bind
octodns-cloudflare

View file

@ -9,23 +9,8 @@
config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"parsec-bin"
"discord"
];
config.allowUnfree = true;
overlays = let
discordOverlay = self: super: {
discord = super.discord.override {
withVencord = true;
withOpenASAR = true;
};
};
in [
(import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
sha256 = "09rsdkn16al5qsyrl5fjrljw7ff0z5yb9ihskbipcdiffcn11kax";
}))
discordOverlay
];
};
home = {
username = "gsimmer";
@ -130,12 +115,13 @@
atuin
age-plugin-yubikey
rage
discord
vesktop
mangohud
comma
transmission_4-qt
ungoogled-chromium
looking-glass-client
senpai
];
# This value determines the Home Manager release that your

View file

@ -30,7 +30,7 @@
fileSystems."/tmp" = {
device = "tmpfs";
fsType = "tmpfs";
options = [ "size=4G" "mode=777" ]; # mode=755 so only root can write to those files
options = ["size=4G" "mode=777"]; # mode=755 so only root can write to those files
};
swapDevices = [

View file

@ -9,7 +9,7 @@ let
dnsmasq = [dnsmasq-cache dnsmasq-cache-floof];
minecraft-server = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINkLMVdCnjFsZ3tg7s3fE64VBw4QIekgMt2fAY1E79wv";
proxmox-k3s-node = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB1KEjdFl0UmuKfESJTMZdKR2H9a405z0SSlt75NKKht";
seattle = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF9pTEqeVljLq0ctFgDn25Q76mCqpddkSNN9kd3IQXd1";
glasgow = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMgZSpfnx/4kfE4P1tFpq047IZkF2Q0UYahputnWxtEJ";