Compare commits
No commits in common. "6b795f755791495152512758db476e75057eb05e" and "d2237c0a1265d0f9ba42e544d77f8b9228679073" have entirely different histories.
6b795f7557
...
d2237c0a12
6 changed files with 2 additions and 49 deletions
|
@ -46,7 +46,6 @@ in
|
||||||
nodejs_20
|
nodejs_20
|
||||||
qadwaitadecorations
|
qadwaitadecorations
|
||||||
kdePackages.qtwayland
|
kdePackages.qtwayland
|
||||||
copilot-node-server
|
|
||||||
]
|
]
|
||||||
++ (with hunspellDicts; [
|
++ (with hunspellDicts; [
|
||||||
en_US-large
|
en_US-large
|
||||||
|
|
|
@ -171,13 +171,6 @@
|
||||||
(indent-bars-prefer-character 't) ;; so it works also in terminal
|
(indent-bars-prefer-character 't) ;; so it works also in terminal
|
||||||
)
|
)
|
||||||
|
|
||||||
(use-package copilot
|
|
||||||
:custom
|
|
||||||
(copilot-max-char -1)
|
|
||||||
(copilot-indent-offset-warning-disable 't)
|
|
||||||
:hook (prog-mode org-mode)
|
|
||||||
:bind (("C-<tab>" . copilot-accept-completion)))
|
|
||||||
|
|
||||||
(use-package diredfl
|
(use-package diredfl
|
||||||
:config (diredfl-global-mode))
|
:config (diredfl-global-mode))
|
||||||
|
|
||||||
|
@ -515,15 +508,6 @@
|
||||||
(eglot-ensure))))
|
(eglot-ensure))))
|
||||||
:mode "\\.py\\'")
|
:mode "\\.py\\'")
|
||||||
|
|
||||||
(use-package solidity-mode
|
|
||||||
:hook ((solidity-mode . (lambda ()
|
|
||||||
(require 'eglot)
|
|
||||||
(add-to-list 'eglot-server-programs
|
|
||||||
'(solidity-mode . ("nomicfoundation-solidity-language-server" "--stdio")))
|
|
||||||
(eglot-ensure))))
|
|
||||||
:mode "\\.sol\\'")
|
|
||||||
|
|
||||||
|
|
||||||
(use-package typescript-ts-mode
|
(use-package typescript-ts-mode
|
||||||
:hook ((typescript-ts-mode . (lambda ()
|
:hook ((typescript-ts-mode . (lambda ()
|
||||||
(require 'eglot)
|
(require 'eglot)
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
"paperless"
|
"paperless"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
"atticd"
|
"atticd"
|
||||||
"jellyfin"
|
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
./disko.nix
|
./disko.nix
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
"vpn.aciceri.dev"
|
"vpn.aciceri.dev"
|
||||||
"photos.aciceri.dev"
|
"photos.aciceri.dev"
|
||||||
"status.aciceri.dev"
|
"status.aciceri.dev"
|
||||||
"jelly.aciceri.dev"
|
"paper.aciceri.dev"
|
||||||
|
"cloud.aciceri.dev"
|
||||||
];
|
];
|
||||||
apiTokenFile = config.age.secrets.cloudflare-dyndns-api-token.path;
|
apiTokenFile = config.age.secrets.cloudflare-dyndns-api-token.path;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,21 +1,7 @@
|
||||||
{ config, ... }:
|
|
||||||
{
|
{
|
||||||
services.jellyfin = {
|
services.jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.jellyfin.extraGroups = [ "transmission" ];
|
users.users.jellyfin.extraGroups = [ "transmission" ];
|
||||||
|
|
||||||
environment.persistence."/persist".directories = [
|
|
||||||
config.services.jellyfin.dataDir
|
|
||||||
];
|
|
||||||
|
|
||||||
services.nginx.virtualHosts = {
|
|
||||||
"jelly.aciceri.dev" = {
|
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
|
||||||
locations."/".proxyPass = "http://127.0.0.1:8096";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,22 +44,6 @@ let
|
||||||
};
|
};
|
||||||
deps = [ elpaPackages.heap ];
|
deps = [ elpaPackages.heap ];
|
||||||
};
|
};
|
||||||
copilot = buildEmacsPackage {
|
|
||||||
name = "copilot";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "copilot-emacs";
|
|
||||||
repo = "copilot.el";
|
|
||||||
rev = "b7bff7b934837744688fd74191ecffb83b3bcc05";
|
|
||||||
hash = "sha256-MEsjXQIeiTI6NXN5rTW7HfFPC18IZnhAssma2BZa0ks=";
|
|
||||||
};
|
|
||||||
deps = with epkgs; [
|
|
||||||
s
|
|
||||||
dash
|
|
||||||
editorconfig
|
|
||||||
jsonrpc
|
|
||||||
f
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# *List* containing emacs packages from (M)ELPA
|
# *List* containing emacs packages from (M)ELPA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue