add virtualisation
This commit is contained in:
parent
b28022c796
commit
849bccd66c
3 changed files with 4 additions and 4 deletions
|
|
@ -56,8 +56,4 @@
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
VISUAL = "nvim";
|
VISUAL = "nvim";
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
./security.nix
|
./security.nix
|
||||||
./sound.nix
|
./sound.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
|
./virtualisation.nix
|
||||||
./wake-on-lan.nix
|
./wake-on-lan.nix
|
||||||
./getty.nix
|
./getty.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
3
modules/virtualisation.nix
Normal file
3
modules/virtualisation.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue