regulatory updates

home/natto/programs/emacs: update config to use org-babel and some other keybind related changes
hosts/satori: misc changes
modules/graphics: dont use the vulkan layer override for mesa

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-04-27 01:16:54 +05:30
parent c805f3e58a
commit d13815136b
12 changed files with 204 additions and 154 deletions

View File

@@ -14,7 +14,7 @@
fileSystems."/boot/efi" =
{
device = "/dev/disk/by-uuid/ACBA-9B3F";
device = "/dev/disk/by-uuid/2424-5639";
fsType = "vfat";
};
fileSystems."/mnt/Games" =

View File

@@ -17,6 +17,7 @@
kbd
cachix
gcc
glibc.static
stable.openjdk
virtmanager
tree-sitter

View File

@@ -13,7 +13,7 @@
ACTION=="add|change", KERNEL=="sda", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="bfq"
'';
};
systemd.services.tor.wantedBy = lib.mkForce [];
systemd.services.tor.wantedBy = lib.mkForce [ ];
systemd.enableUnifiedCgroupHierarchy = false;
security.pki.certificateFiles = [ ../../cert.pem ];
virtualisation.libvirtd = {

View File

@@ -22,7 +22,7 @@
};
};
security = {
sudo.enable = false;
sudo.enable = true;
doas = {
enable = true;
extraRules = [