Initial configuration
This commit is contained in:
commit
4802279787
28 changed files with 1890 additions and 0 deletions
11
system/vylpes-virt/configuration.nix
Normal file
11
system/vylpes-virt/configuration.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{pkgs, user, ...}: {
|
||||
|
||||
imports = [
|
||||
../shared.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostName = "vylpes-virt";
|
||||
};
|
||||
}
|
2
system/vylpes-virt/hardware-configuration.nix
Normal file
2
system/vylpes-virt/hardware-configuration.nix
Normal file
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue