···1111 slack
1212 firefox
1313 postman
1414- gearlever # for beeper cause the one from the nixpkgs seems bugged
1515- strawberry # for itunes lib and need to test if upload to ipod works
1414+ gearlever
1615 parsec-bin
1716 libreoffice
1817 self.packages.${pkgs.stdenv.hostPlatform.system}.adjust-brightness # for adjusting brightness on ddc/ci screen
···11-# Do not modify this file! It was generated by โnixos-generate-configโ
22-# and may be overwritten by future invocations. Please make changes
33-# to /etc/nixos/configuration.nix instead.
41{
52 config,
63 lib,
···2118 "sd_mod"
2219 "rtsx_pci_sdmmc"
2320 ];
2424- boot.initrd.kernelModules = [ ];
2525- # boot.kernelModules = [ "kvm-intel" ];
2626- boot.extraModulePackages = [ ];
27212828- # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
2929- # (the default) this is the recommended approach. When using systemd-networkd it's
3030- # still possible to use this option, but it's recommended to use it in conjunction
3131- # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
3222 networking.useDHCP = lib.mkDefault true;
3333- # networking.interfaces.wlp59s0.useDHCP = lib.mkDefault true;
34233524 nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
3625 hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
+1-14
hosts/MINI-BOYY/default.nix
···14141515 networking.hostName = "MINI-BOYY";
16161717- # For ddcutils compatibility
1817 users.users.adjoly.extraGroups = [
1918 "i2c"
2019 "vboxusers"
···3433 programs = {
3534 docker.enable = true;
3635 };
3737- services = {
3838- };
3936 };
4037 powerManagement.enable = true;
4141- # environment.systemPackages = with pkgs; [
4242- # ];
43384444- programs.wireshark.enable = true;
4545-4646- # This value determines the NixOS release from which the default
4747- # settings for stateful data, like file locations and database versions
4848- # on your system were taken. Itโs perfectly fine and recommended to leave
4949- # this value at the release version of the first install of this system.
5050- # Before changing this value read the documentation for this option
5151- # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
5252- system.stateVersion = "24.11"; # Did you read the comment?
3939+ system.stateVersion = "24.11";
5340}