chore: add back virtualisation and remove specs
virt: add virt-manager back specs: removed - no more use for them hw: removed filesystem term due to chance in fs structure
This commit is contained in:
parent
edf1ab243e
commit
6d47209757
3 changed files with 11 additions and 13 deletions
|
@ -8,9 +8,9 @@
|
||||||
./nvidia.nix
|
./nvidia.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./services/laptop.preset.nix
|
./services/laptop.preset.nix
|
||||||
#./virtualisation.nix
|
./virtualisation.nix
|
||||||
#./dwm
|
#./dwm
|
||||||
./spec.nix
|
#./spec.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
#./custom-hosts.nix
|
#./custom-hosts.nix
|
||||||
];
|
];
|
||||||
|
@ -23,10 +23,11 @@
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
# GTK_IM_MODULE = lib.mkForce "";
|
# GTK_IM_MODULE = lib.mkForce "";
|
||||||
};
|
};
|
||||||
/*services.jellyfin = {
|
/* services.jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};*/
|
};
|
||||||
|
*/
|
||||||
services.keyd = {
|
services.keyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyboards = {
|
keyboards = {
|
||||||
|
@ -64,6 +65,9 @@
|
||||||
#enabled = "ibus";
|
#enabled = "ibus";
|
||||||
#ibus.engines = with pkgs.ibus-engines; [rime];
|
#ibus.engines = with pkgs.ibus-engines; [rime];
|
||||||
};
|
};
|
||||||
|
programs.hyprland = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = true;
|
powerOnBoot = true;
|
||||||
|
|
|
@ -25,12 +25,6 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0022" "dmask=0022" ];
|
options = [ "fmask=0022" "dmask=0022" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/games" = {
|
|
||||||
device = "/dev/disk/by-uuid/492b4058-0507-456d-b694-a340222d35af";
|
|
||||||
fsType = "ext4";
|
|
||||||
};
|
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
}: {
|
}: {
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
libvirtd.enable = true;
|
libvirtd.enable = true;
|
||||||
waydroid.enable = true;
|
# waydroid.enable = true;
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue