feat: update configuration files to streamline imports and enhance package management
This commit is contained in:
@@ -12,17 +12,15 @@ in {
|
||||
security.pki.certificates = [ "/home/dominik/.local/share/mkcert/rootCA.pem" ];
|
||||
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
[
|
||||
"${impermanence}/nixos.nix"
|
||||
# (import <nix-snapd>).nixosModules.default
|
||||
./utils/bento.nix
|
||||
|
||||
./utils/modules/sops.nix
|
||||
./utils/modules/nur.nix
|
||||
./modules/appimage.nix
|
||||
./modules/desktop
|
||||
./modules/development/default.nix
|
||||
# ./modules/printer.nix
|
||||
./modules/development
|
||||
# ./modules/cyberghost.nix
|
||||
./utils/modules/autoupgrade.nix
|
||||
./modules/puppeteer.nix
|
||||
@@ -30,19 +28,14 @@ in {
|
||||
./modules/ollama.nix
|
||||
./modules/qdrant.nix
|
||||
|
||||
# ./modules/development
|
||||
|
||||
./cachix.nix
|
||||
./users
|
||||
|
||||
# coding
|
||||
|
||||
# ./modules/steam.nix
|
||||
./modules/fingerprint.nix
|
||||
./modules/set-nix-channel.nix # Automatically manage nix-channel from /var/bento/channel
|
||||
./modules/set-nix-channel.nix
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
||||
];
|
||||
|
||||
# services.snap.enable = true;
|
||||
@@ -173,7 +166,6 @@ in {
|
||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
networking.extraHosts = ''
|
||||
77.119.230.30 vpn.cloonar.com
|
||||
10.25.0.25 archive.zeichnemit.at
|
||||
'';
|
||||
|
||||
# Set your time zone.
|
||||
@@ -188,20 +180,7 @@ in {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
alsa-utils
|
||||
bento
|
||||
docker-compose
|
||||
drone-cli
|
||||
git-filter-repo
|
||||
nix-prefetch-git
|
||||
openaudible
|
||||
openmanus
|
||||
unzip
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
wget
|
||||
wireguard-tools
|
||||
wineWowPackages.stable
|
||||
wineWowPackages.fonts
|
||||
winetricks
|
||||
sshpass
|
||||
pinentry-curses
|
||||
# ykfde
|
||||
];
|
||||
@@ -283,7 +262,7 @@ in {
|
||||
# autoOptimiseStore = true;
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
# Free up to 1GiB whenever there is less than 100MiB left.
|
||||
|
||||
Reference in New Issue
Block a user