refactor: move to a multi-machine configuration

This commit is contained in:
Khaïs COLIN 2024-08-23 10:20:05 +02:00
parent ded2acef35
commit 7d42651c1c
6 changed files with 123 additions and 62 deletions

12
nixos/void.nix Normal file
View file

@ -0,0 +1,12 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
imports = [
./hardware-configuration-void.nix
./common.nix
];
networking.hostName = "void"; # Define your hostname.
}