nix check works!!
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules/virtualization
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
||||
|
||||
loader = {
|
||||
grub = {
|
||||
enable = true;
|
||||
@@ -41,13 +42,10 @@
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"libvirtd"
|
||||
"kvm"
|
||||
];
|
||||
};
|
||||
|
||||
programs.firefox.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
programs.mtr.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
@@ -69,17 +67,6 @@
|
||||
cmatrix
|
||||
];
|
||||
|
||||
virtualization = {
|
||||
libvirtd.enable = true;
|
||||
spiceUSBRedirection.enable = true;
|
||||
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true; # lets you use `docker` commands → podman
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.code-server = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user