flake updates
- remove deleted nixpkgs-stable pin for sops-nix - remove kernel pin in global modules (defaults to LTS now) - migrate nerdfonts to new pkgs.nerd-fonts namespace - disable calibre-server on palatine-hill (for now) - add SSH_PORT to gitea Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -3,17 +3,13 @@
|
||||
fonts = {
|
||||
fontconfig.enable = true;
|
||||
enableDefaultPackages = true;
|
||||
packages = with pkgs; [
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"FiraCode"
|
||||
"DroidSansMono"
|
||||
"Hack"
|
||||
"DejaVuSansMono"
|
||||
"Noto"
|
||||
"OpenDyslexic"
|
||||
];
|
||||
})
|
||||
packages = with pkgs.nerd-fonts; [
|
||||
fira-code
|
||||
droid-sans-mono
|
||||
hack
|
||||
dejavu-sans-mono
|
||||
noto
|
||||
open-dyslexic
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -67,7 +67,7 @@
|
||||
nfs.server.enable = true;
|
||||
openssh.ports = [ 666 ];
|
||||
smartd.enable = true;
|
||||
calibre-server.enable = true;
|
||||
calibre-server.enable = false;
|
||||
|
||||
};
|
||||
|
||||
|
@ -24,6 +24,7 @@ in
|
||||
DOMAIN = "git.alicehuston.xyz";
|
||||
ROOT_URL = "https://git.alicehuston.xyz/";
|
||||
HTTP_PORT = 6443;
|
||||
SSH_PORT = 2222;
|
||||
};
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
|
Reference in New Issue
Block a user