test
This commit is contained in:
17
machines/configuration-desktop2.nix
Normal file
17
machines/configuration-desktop2.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Import general Configs
|
||||
imports = [ ./../hardware-configuration-desktop.nix ./../configuration.nix ];
|
||||
|
||||
# Hostname
|
||||
networking.hostName = "eliasDesktop";
|
||||
services.blueman.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome.networkmanager-vpnc
|
||||
networkmanagerapplet
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user