Compare commits
No commits in common. "dbc11f1b22f3db01a71a14ada1af663a630eaf86" and "9494fd52d0a16d3a88457fe3dd30cab7fb78bce3" have entirely different histories.
dbc11f1b22
...
9494fd52d0
9 changed files with 9 additions and 35 deletions
|
@ -242,7 +242,6 @@
|
|||
nix-prefetch-github
|
||||
nix-prefetch-docker
|
||||
nix-top
|
||||
nix-tree
|
||||
taplo
|
||||
just
|
||||
pciutils
|
||||
|
|
|
@ -1102,8 +1102,6 @@ Automatically use the =<lang>-ts-mode= when it is available
|
|||
'(conf-toml-mode . ("taplo" "lsp" "stdio")))
|
||||
(add-to-list 'eglot-server-programs
|
||||
`((elixir-mode elixir-ts-mode heex-ts-mode) . ,(eglot-alternatives '(("nextls" "--stdio") "elixir-ls"))))
|
||||
(add-to-list 'eglot-server-programs
|
||||
'(dhall-mode . ("dhall-lsp-server")))
|
||||
(add-to-list 'eglot-stay-out-of 'flymake)
|
||||
(setq eglot-autoshutdown t
|
||||
eldoc-echo-area-use-multiline-p 0.1)
|
||||
|
|
|
@ -17,12 +17,11 @@ rec {
|
|||
{
|
||||
overlays = [
|
||||
self.overlays.default
|
||||
inputs.attic.overlays.default
|
||||
inputs.emacs-overlay.overlay
|
||||
inputs.eww.overlays.default
|
||||
inputs.ha-now-playing.overlays.${system}
|
||||
inputs.nil.overlays.default
|
||||
inputs.pamedia.overlays.${system}
|
||||
inputs.emacs-overlay.overlay
|
||||
inputs.nil.overlays.default
|
||||
inputs.eww.overlays.default
|
||||
inputs.rust-overlay.overlays.default
|
||||
] ++ nixpkgs.lib.optional (system == "aarch64-linux")
|
||||
(_final: super: {
|
||||
|
|
|
@ -71,15 +71,6 @@ inputs: {
|
|||
tags = [ "container" ];
|
||||
};
|
||||
};
|
||||
nix-cache = {
|
||||
config = import ./nix-cache/configuration.nix inputs;
|
||||
deploy = {
|
||||
# host = "10.0.0.209";
|
||||
host = "nix-cache.barn-beaver.ts.net";
|
||||
targetUser = "erwin";
|
||||
tags = [ "container" ];
|
||||
};
|
||||
};
|
||||
odin = {
|
||||
config = import ./odin/configuration.nix inputs;
|
||||
deploy = {
|
||||
|
|
|
@ -62,11 +62,6 @@
|
|||
# kernelParams = [ "intel_iommu=on" "i915.enable_gvt=1" "cpufreq.default_governor=ondemand" ];
|
||||
|
||||
extraModulePackages = with config.boot.kernelPackages; [ gasket ];
|
||||
|
||||
kernel.sysctl = {
|
||||
"net.core.rmem_max" = 2500000;
|
||||
"net.core.wmem_max" = 2500000;
|
||||
};
|
||||
};
|
||||
|
||||
hardware.enableAllFirmware = true;
|
||||
|
|
|
@ -5,10 +5,6 @@
|
|||
networkmanager.enable = false;
|
||||
useNetworkd = true;
|
||||
nftables.enable = true;
|
||||
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 8443 ];
|
||||
};
|
||||
};
|
||||
|
||||
systemd = {
|
||||
|
|
|
@ -29,6 +29,9 @@ in
|
|||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.unstable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
buildMachines = mkIf cfg.remote-builders [
|
||||
{
|
||||
|
@ -49,19 +52,12 @@ in
|
|||
"https://nix-community.cachix.org"
|
||||
"https://marcus7070.cachix.org"
|
||||
"https://devenv.cachix.org"
|
||||
"https://elixir-tools.cachix.org"
|
||||
];
|
||||
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"marcus7070.cachix.org-1:JawxHSgnYsgNYJmNqZwvLjI4NcOwrcEZDToWlT3WwXw="
|
||||
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
|
||||
"elixir-tools.cachix.org-1:GfK9E139Ysi+YWeS1oNN9OaTfQjqpLwlBaz+/73tBjU="
|
||||
];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
"auto-allocate-uids"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -113,9 +113,9 @@ in
|
|||
};
|
||||
};
|
||||
input = {
|
||||
"36125:40349:splitkb.com_Kyria_rev1" = {
|
||||
"36125:40349:splitKB_Kyria" = {
|
||||
xkb_layout = "us";
|
||||
xkb_options = "lv3:ralt_switch_multikey,eurosign:5";
|
||||
xkb_options = "lv3:ralt_switch,eurosign:5";
|
||||
};
|
||||
"1133:49291:Logitech_G502_HERO_SE" = {
|
||||
natural_scroll = "enabled";
|
||||
|
@ -182,6 +182,7 @@ in
|
|||
kicad
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
larynx
|
||||
libnotify
|
||||
libreoffice-fresh
|
||||
minio-client
|
||||
|
|
|
@ -12,7 +12,6 @@ in
|
|||
|
||||
eboskma = {
|
||||
programs = {
|
||||
atuin.enable = true;
|
||||
bat.enable = true;
|
||||
fish.enable = true;
|
||||
git = {
|
||||
|
|
Loading…
Reference in a new issue