Set-up marabethia as a development machine
This commit is contained in:
parent
f4eab84ac2
commit
6a795ac029
6 changed files with 54 additions and 36 deletions
|
@ -22,6 +22,6 @@
|
|||
zfs.homeLinks = [{ path = ".android"; type = "cache"; }];
|
||||
};
|
||||
programs.adb.enable = true;
|
||||
users.users.charlotte.extraGroups = [ "adbusers" ];
|
||||
users.users.charlotte.extraGroups = [ "adbusers" "dialout" "uucp" ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
imports = [
|
||||
./android
|
||||
./docker
|
||||
./git
|
||||
];
|
||||
|
||||
config = lib.mkIf config.chvp.development.enable {
|
||||
chvp.development.docker.enable = lib.mkDefault true;
|
||||
|
||||
users.users.charlotte.extraGroups = [ "dialout" "uucp" ];
|
||||
chvp = {
|
||||
base.zfs.homeLinks = [{ path = "repos"; type = "cache"; }];
|
||||
development.docker.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
boot.kernel.sysctl."fs.inotify.max_user_watches" = 524288;
|
||||
};
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.charlotte.programs.git = lib.mkIf config.chvp.development.git.enable {
|
||||
};
|
||||
}
|
|
@ -13,7 +13,6 @@
|
|||
{ path = "downloads"; type = "cache"; }
|
||||
{ path = "music"; type = "data"; }
|
||||
{ path = "pictures"; type = "cache"; }
|
||||
{ path = "repos"; type = "cache"; }
|
||||
{ path = "templates"; type = "data"; }
|
||||
{ path = "videos"; type = "data"; }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue