trying out docker
This commit is contained in:
parent
4d2fa843bf
commit
c40724190e
@ -147,7 +147,7 @@ in
|
||||
cmp_luasnip
|
||||
nvim-lspconfig
|
||||
|
||||
# vim-vinegar
|
||||
# vim-vinegar
|
||||
oil-nvim
|
||||
|
||||
wiki-vim
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
pkgs,
|
||||
customPackageOverlay,
|
||||
withDocker,
|
||||
stateVersion,
|
||||
modulesPath,
|
||||
hostname,
|
||||
@ -100,4 +101,9 @@ in
|
||||
|
||||
time.timeZone = "America/Chicago";
|
||||
|
||||
virtualisation.docker.rootless = pkgs.lib.mkIf withDocker {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -25,6 +25,7 @@ in
|
||||
specialArgs = {
|
||||
inherit customPackageOverlay;
|
||||
inherit nixpkgs-unstable;
|
||||
withDocker = false;
|
||||
};
|
||||
modules = [
|
||||
./maxos/configuration.nix
|
||||
@ -54,6 +55,7 @@ in
|
||||
inherit nixpkgs-unstable;
|
||||
hostname = "nixosWalrus";
|
||||
stateVersion = "24.11";
|
||||
withDocker = false;
|
||||
};
|
||||
modules = [
|
||||
./commonWSL-configuration.nix
|
||||
@ -87,6 +89,7 @@ in
|
||||
inherit nixpkgs-unstable;
|
||||
hostname = "nixosWSL";
|
||||
stateVersion = "22.05";
|
||||
withDocker = false;
|
||||
};
|
||||
modules = [
|
||||
./commonWSL-configuration.nix
|
||||
@ -120,6 +123,7 @@ in
|
||||
inherit nixpkgs-unstable;
|
||||
hostname = "nixosEggYoke";
|
||||
stateVersion = "22.05";
|
||||
withDocker = true;
|
||||
};
|
||||
modules = [
|
||||
./commonWSL-configuration.nix
|
||||
|
Loading…
x
Reference in New Issue
Block a user