mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
delete compression include/file
This commit is contained in:
parent
a73ebbfca6
commit
74d005e262
4 changed files with 7 additions and 30 deletions
|
@ -1,6 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
brotli
|
||||
];
|
||||
}
|
|
@ -8,7 +8,6 @@
|
|||
./syncthing.nix
|
||||
./services.nix
|
||||
#../modules/backup.nix
|
||||
../modules/compression.nix
|
||||
../modules/docker.nix
|
||||
../modules/networkdecrypt.nix
|
||||
../modules/nix.nix
|
||||
|
@ -28,15 +27,6 @@
|
|||
networking.firewall.allowedTCPPorts = [
|
||||
];
|
||||
|
||||
services.openssh.permitRootLogin = "prohibit-password";
|
||||
users.extraUsers.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOFx6OLwL9MbkD3mnMsv+xrzZHN/rwCTgVs758SCLG0h felix@thinkman" ];
|
||||
|
||||
# Nix
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
system = {
|
||||
stateVersion = "22.05";
|
||||
autoUpgrade.enable = true;
|
||||
|
|
|
@ -5,19 +5,14 @@
|
|||
./backup.nix
|
||||
./disks.nix
|
||||
./dyndns.nix
|
||||
../modules/3d-printer.nix
|
||||
./services.nix
|
||||
./syncthing.nix
|
||||
./wifi.nix
|
||||
#../modules/3d-printer.nix
|
||||
../modules/avahi.nix
|
||||
../modules/compression.nix
|
||||
../modules/development.nix
|
||||
../modules/docker.nix
|
||||
../modules/networkdecrypt.nix
|
||||
../modules/nix.nix
|
||||
../modules/ssh.nix
|
||||
../modules/webapps/bazarr.nix
|
||||
../modules/webapps/config.nix
|
||||
../modules/webapps/homer.nix
|
||||
../modules/webapps/jellyfin.nix
|
||||
../modules/webapps/navidrome.nix
|
||||
../modules/webapps/prowlarr.nix
|
||||
../modules/webapps/radarr.nix
|
||||
../modules/webapps/sonarr.nix
|
||||
|
@ -26,7 +21,8 @@
|
|||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
gnupg.sshKeyPaths = [];
|
||||
# disable gpg and thereby enable age
|
||||
gnupg.sshKeyPaths = [ ];
|
||||
};
|
||||
|
||||
#environment.noXlibs = true;
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
../modules/backup.nix
|
||||
../modules/bluetooth-audio.nix
|
||||
../modules/clean.nix
|
||||
../modules/compression.nix
|
||||
../modules/desktop-default.nix
|
||||
../modules/desktop-development.nix
|
||||
../modules/development.nix
|
||||
|
@ -28,13 +27,11 @@
|
|||
../modules/presentation.nix
|
||||
../modules/printer.nix
|
||||
../modules/screen-sharing.nix
|
||||
../modules/sound.nix
|
||||
../modules/sway.nix
|
||||
../modules/sync.nix
|
||||
../modules/systemd-user.nix
|
||||
../modules/systemduefi.nix
|
||||
../modules/tex.nix
|
||||
../modules/theme.nix
|
||||
../modules/thunderbolt.nix
|
||||
../modules/webcam.nix
|
||||
];
|
||||
|
@ -43,7 +40,7 @@
|
|||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
gnupg.sshKeyPaths = [];
|
||||
gnupg.sshKeyPaths = [ ];
|
||||
};
|
||||
|
||||
# Use latest kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue