initial commit
This commit is contained in:
12
hosts/laptop/configuration.nix
Normal file
12
hosts/laptop/configuration.nix
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
{ config, lib, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "patate-douce";
|
||||
networking.wireless.enable = true;
|
||||
networking.networkmanager.enable = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
acpi
|
||||
]
|
||||
}
|
6
hosts/vbox/configuration.nix
Normal file
6
hosts/vbox/configuration.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ config, lib, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation.virtualbox.guest.enable = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user