refactor: remove adb custom module

This commit is contained in:
matt1432 2024-11-22 18:51:49 -05:00
parent b5ccf3e287
commit fab9209726
5 changed files with 7 additions and 40 deletions
devices

View file

@ -13,7 +13,6 @@ in {
./modules
self.nixosModules.adb
self.nixosModules.desktop
self.nixosModules.kmscon
self.nixosModules.server
@ -36,9 +35,12 @@ in {
"adm"
"video"
"libvirtd"
"adbusers"
];
};
programs.adb.enable = true;
networking = {
hostName = "binto";
networkmanager.enable = true;
@ -66,11 +68,6 @@ in {
sshd.enable = true;
};
programs.adb = {
enable = true;
user = mainUser;
};
services.kmscon.enable = true;
home-manager.users.${mainUser} = {

View file

@ -14,7 +14,6 @@ in {
./modules
self.nixosModules.adb
self.nixosModules.desktop
self.nixosModules.docker
self.nixosModules.kmscon
@ -39,9 +38,12 @@ in {
"adm"
"video"
"libvirtd"
"adbusers"
];
};
programs.adb.enable = true;
networking = {
hostName = "wim";
networkmanager = {
@ -76,11 +78,6 @@ in {
tailscale.enable = true;
};
programs.adb = {
enable = true;
user = mainUser;
};
boot.plymouth = {
enable = true;
theme = "dracula";