fixes and extensions

This commit is contained in:
2024-09-01 23:44:48 +02:00
parent e45a05d026
commit 7adff396c4
14 changed files with 140 additions and 59 deletions

View File

@@ -23,10 +23,7 @@
boot.supportedFilesystems = [ "bcachefs" ];
boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "ArchNix"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.hostName = "Nixtre";
# Set your time zone.
time.timeZone = "Europe/Berlin";

View File

@@ -4,8 +4,10 @@
imports = [
./configuration.nix
./hardware-configuration.nix
../../modules/nixos/flatpak.nix
../../modules/nixos/gdm.nix
../../modules/nixos/pipewire.nix
../../modules/nixos/podman.nix
../../utils/binary-cache.nix
../../utils/garbage-collection.nix