Improve repo structure
This commit is contained in:
parent
fdc4148540
commit
62f200ba03
294 changed files with 499 additions and 516 deletions
|
|
@ -1,16 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
virtualisation = {
|
||||
virtualbox.host.enable = true;
|
||||
virtualbox.host.enableExtensionPack = true;
|
||||
docker.enable = true;
|
||||
};
|
||||
users.users.froidmpa.extraGroups = [ "docker" "vboxusers" ];
|
||||
|
||||
home-manager.users.froidmpa = { pkgs, config, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
docker-compose
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue