mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +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
|
./syncthing.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
#../modules/backup.nix
|
#../modules/backup.nix
|
||||||
../modules/compression.nix
|
|
||||||
../modules/docker.nix
|
../modules/docker.nix
|
||||||
../modules/networkdecrypt.nix
|
../modules/networkdecrypt.nix
|
||||||
../modules/nix.nix
|
../modules/nix.nix
|
||||||
|
@ -28,15 +27,6 @@
|
||||||
networking.firewall.allowedTCPPorts = [
|
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 = {
|
system = {
|
||||||
stateVersion = "22.05";
|
stateVersion = "22.05";
|
||||||
autoUpgrade.enable = true;
|
autoUpgrade.enable = true;
|
||||||
|
|
|
@ -5,19 +5,14 @@
|
||||||
./backup.nix
|
./backup.nix
|
||||||
./disks.nix
|
./disks.nix
|
||||||
./dyndns.nix
|
./dyndns.nix
|
||||||
../modules/3d-printer.nix
|
./services.nix
|
||||||
|
./syncthing.nix
|
||||||
|
./wifi.nix
|
||||||
|
#../modules/3d-printer.nix
|
||||||
../modules/avahi.nix
|
../modules/avahi.nix
|
||||||
../modules/compression.nix
|
|
||||||
../modules/development.nix
|
|
||||||
../modules/docker.nix
|
../modules/docker.nix
|
||||||
../modules/networkdecrypt.nix
|
|
||||||
../modules/nix.nix
|
../modules/nix.nix
|
||||||
../modules/ssh.nix
|
|
||||||
../modules/webapps/bazarr.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/prowlarr.nix
|
||||||
../modules/webapps/radarr.nix
|
../modules/webapps/radarr.nix
|
||||||
../modules/webapps/sonarr.nix
|
../modules/webapps/sonarr.nix
|
||||||
|
@ -26,6 +21,7 @@
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
defaultSopsFile = ./secrets.yaml;
|
defaultSopsFile = ./secrets.yaml;
|
||||||
|
# disable gpg and thereby enable age
|
||||||
gnupg.sshKeyPaths = [ ];
|
gnupg.sshKeyPaths = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
../modules/backup.nix
|
../modules/backup.nix
|
||||||
../modules/bluetooth-audio.nix
|
../modules/bluetooth-audio.nix
|
||||||
../modules/clean.nix
|
../modules/clean.nix
|
||||||
../modules/compression.nix
|
|
||||||
../modules/desktop-default.nix
|
../modules/desktop-default.nix
|
||||||
../modules/desktop-development.nix
|
../modules/desktop-development.nix
|
||||||
../modules/development.nix
|
../modules/development.nix
|
||||||
|
@ -28,13 +27,11 @@
|
||||||
../modules/presentation.nix
|
../modules/presentation.nix
|
||||||
../modules/printer.nix
|
../modules/printer.nix
|
||||||
../modules/screen-sharing.nix
|
../modules/screen-sharing.nix
|
||||||
../modules/sound.nix
|
|
||||||
../modules/sway.nix
|
../modules/sway.nix
|
||||||
../modules/sync.nix
|
../modules/sync.nix
|
||||||
../modules/systemd-user.nix
|
../modules/systemd-user.nix
|
||||||
../modules/systemduefi.nix
|
../modules/systemduefi.nix
|
||||||
../modules/tex.nix
|
../modules/tex.nix
|
||||||
../modules/theme.nix
|
|
||||||
../modules/thunderbolt.nix
|
../modules/thunderbolt.nix
|
||||||
../modules/webcam.nix
|
../modules/webcam.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue