My personal machines configuration
Find a file
JulienMalka 2a9d53fd47 flake.lock: Update
Flake lock file updates:

• Updated input 'nixos-apple-silicon':
    'github:tpwrules/nixos-apple-silicon/e79177006306ae592bc865b03667af4229620461' (2023-02-24)
  → 'github:tpwrules/nixos-apple-silicon/696d7b4ac7ca05684a3cceedd44acfd0d1c5f1e3' (2023-03-22)
• Updated input 'nixos-apple-silicon/nixpkgs':
    'github:nixos/nixpkgs/988cc958c57ce4350ec248d2d53087777f9e1949' (2023-02-22)
  → 'github:nixos/nixpkgs/1603d11595a232205f03d46e635d919d1e1ec5b9' (2023-03-18)
• Updated input 'unstable':
    'github:NixOS/nixpkgs/60c1d71f2ba4c80178ec84523c2ca0801522e0a6' (2023-03-19)
  → 'github:NixOS/nixpkgs/19cf008bb18e47b6e3b4e16e32a9a4bdd4b45f7e' (2023-03-21)
2023-03-23 02:00:51 +01:00
home-manager-modules feat: added waybar 2023-03-13 14:10:28 +01:00
lib Fixing other machines 2023-02-03 18:43:17 +01:00
machines feat: added useful cli tools 2023-03-16 14:07:28 +01:00
modules feat: transform failure in warning 2023-03-10 23:50:57 +01:00
packages feat: updated uptime-kuma 2023-02-26 18:55:45 +01:00
secrets Enrolling macintosh (2) 2023-02-03 11:34:43 +01:00
users feat: added julien to networkmanager group 2023-03-16 11:22:26 +01:00
.sops.yaml Enrolling macintosh 2023-02-03 11:32:13 +01:00
base.nix somehow conflicts 2023-02-04 00:48:36 +01:00
flake.lock flake.lock: Update 2023-03-23 02:00:51 +01:00
flake.nix Added new macintosh machine depending on unstable 2023-02-03 18:29:53 +01:00
LICENSE Create LICENSE 2021-12-24 00:01:42 +01:00
README.md Update badge 2023-01-28 20:28:46 +01:00

My NixOS Configurations ❄

Build status built with nix

This repository contains the configurations of my machines using NixOS.

What is NixOS ?

NixOS is a linux distribution based on the Nix package manager. It allows fully reproducible builds and a declarative configuration style, using a functionnal langage called Nix (yes, it is the same name as the package manager and the OS).

What is a flake ?

This whole repository is a flake. It is an experimental feature of Nix, allowing for pure evaluation of code. Dependency are fully specified and locked.

How does this work ?

Machines

This project manage the configuration of three machines :

  • Macintosh, a thinkpad laptop,
  • Lisa, a high performance server,
  • Newton, a low performance stockage server.

Machines configurations are located in the machines folder, and are using all the custom modules defined in this project.

Modules

This configuration defines a number of custom NixOS and home-manager modules. They are respectively defined in the modules and home-manager-modules folders.

Secrets

Secrets are stored in the secrets folder. They are uncrypted upon system activation using the host ssh key. Secrets are managed using nix-sops.

Inspirations

This project is freely inspired by some really cool projects, including MayNiklas/nixos, pinox/nixos and ncfavier/config.