Go to file
2024-08-04 15:11:01 +02:00
hardware-configurations successful merge 2024-08-03 17:09:52 +02:00
home ssh hosts 2024-08-03 17:22:31 +02:00
hosts/vps/mailserver anon dns 2024-08-03 22:41:33 +02:00
nixos add monero miner 2024-08-04 15:11:01 +02:00
overlays successful merge 2024-08-03 17:09:52 +02:00
packages add justfile syntax 2024-08-04 14:31:30 +02:00
.gitignore vm changes 2024-07-04 08:38:33 +02:00
default.nix move hardware configs into file 2024-08-03 10:57:26 +02:00
flake.lock successful merge 2024-08-03 17:09:52 +02:00
flake.nix successful merge 2024-08-03 17:09:52 +02:00
Justfile add just generate recipe 2024-08-04 14:54:06 +02:00
LICENSE LICENSE 2023-12-29 07:19:52 +02:00
README.md spaces for README 2024-08-03 17:45:01 +02:00

NixOS configurations

This repository aims to configure everything I use for all my machines.

Goals

  • Provide me with something that I personally can use.
  • Make it modular so that it can be reused by other people or me on other people's machines (my company's workstation).

How to use

Check the home-manager modules

Check the NixOS modules

These are exposed in the following way

<this-flake>.homeManagerModules.<module>

<this-flake>.nixosModules.<module>

Run the following for more info:

nix flake show github:ivandimitrov8080/configuration.nix