Initial commit
This commit is contained in:
commit
4256a94080
22 changed files with 1179 additions and 0 deletions
9
configuration.nix
Normal file
9
configuration.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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 = [ ./machines/pentos/default.nix ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue