update dell-laptop
This commit is contained in:
parent
eb5c560893
commit
f8bbd7e2eb
@ -245,6 +245,7 @@
|
||||
in builtins.mapAttrs mkDeploy {
|
||||
NixOS-VPS = { hostname = "wg.ataraxiadev.com"; };
|
||||
Home-Hypervisor = { hostname = "192.168.0.10"; };
|
||||
Dell-Laptop = { hostname = "dell-laptop"; };
|
||||
};
|
||||
|
||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib;
|
||||
|
@ -3,6 +3,8 @@
|
||||
./boot.nix
|
||||
./hardware-configuration.nix
|
||||
nixosRoles.desktop
|
||||
|
||||
nixosProfiles.bluetooth
|
||||
];
|
||||
|
||||
deviceSpecific.devInfo = {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ config, pkgs, lib, ... }: {
|
||||
config = lib.mkIf (!config.deviceSpecific.isServer) {
|
||||
services.blueman.enable = !isServer;
|
||||
services.blueman.enable = true;
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
# package = pkgs.bluez;
|
||||
|
Loading…
x
Reference in New Issue
Block a user