refactor: move to a multi-machine configuration
This commit is contained in:
parent
ded2acef35
commit
7d42651c1c
6 changed files with 123 additions and 62 deletions
12
nixos/void.nix
Normal file
12
nixos/void.nix
Normal 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.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue