removed libvirt & disabled remote build
This commit is contained in:
parent
466294e967
commit
a730457403
@ -170,14 +170,14 @@ nix = let featuresList = [
|
|||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
};
|
};
|
||||||
buildMachines = [ {
|
# buildMachines = [ {
|
||||||
hostName = "server";
|
# hostName = "server";
|
||||||
system = "x86_64-linux";
|
# system = "x86_64-linux";
|
||||||
sshUser = "nixremote";
|
# sshUser = "nixremote";
|
||||||
maxJobs = 4;
|
# maxJobs = 4;
|
||||||
speedFactor = 1;
|
# speedFactor = 1;
|
||||||
supportedFeatures = featuresList;
|
# supportedFeatures = featuresList;
|
||||||
} ];
|
# } ];
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
settings = {
|
settings = {
|
||||||
cores = 12;
|
cores = 12;
|
||||||
@ -420,7 +420,6 @@ Art and development applications are together, as a game-developer one of my
|
|||||||
goals is to create a workflow between this ecosystem of applications.
|
goals is to create a workflow between this ecosystem of applications.
|
||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
virt-manager
|
|
||||||
godot_4 # game development
|
godot_4 # game development
|
||||||
gdtoolkit # gdscript language server
|
gdtoolkit # gdscript language server
|
||||||
blender # cgi animation and sculpting
|
blender # cgi animation and sculpting
|
||||||
@ -1099,7 +1098,6 @@ defaulted to "performance".
|
|||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||||
boot.extraModprobeConfig = "options kvm_intel nested=1";
|
|
||||||
hardware = {
|
hardware = {
|
||||||
cpu.amd.updateMicrocode =
|
cpu.amd.updateMicrocode =
|
||||||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
@ -1140,11 +1138,11 @@ boot.kernelPackages = pkgs.linuxPackagesFor (pkgs.linux_6_1.override {
|
|||||||
});
|
});
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* VIRTUALIZATION
|
* VIRTUALISATION
|
||||||
Basic docker settings to be able to run some images, although most docker images
|
Basic docker settings to be able to run some images, although most docker images
|
||||||
run on my server.
|
run on my server.
|
||||||
|
|
||||||
libvirt allows me to run virtual machines and other operating systems.
|
On this section, you can also add virtual machines settings.
|
||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
@ -1153,7 +1151,6 @@ virtualisation = {
|
|||||||
storageDriver = "btrfs";
|
storageDriver = "btrfs";
|
||||||
enableNvidia = true;
|
enableNvidia = true;
|
||||||
};
|
};
|
||||||
libvirtd.enable = true;
|
|
||||||
};
|
};
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user