Many things

This commit is contained in:
Andrea Ciceri 2022-11-02 22:51:05 +01:00
parent 3b11f01f84
commit 6b3c9e83f7
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
17 changed files with 139 additions and 28 deletions

View file

@ -0,0 +1,15 @@
{
config,
lib,
pkgs,
...
}: {
signing.enable = true;
# apps.prebuilt = {
# whatsapp.apk = (pkgs.fetchurl {
# url = "https://d.apkpure.com/b/APK/com.whatsapp?versionCode=222403004";
# sha256 = "0000000000000000000000000000000000000000000000000000000000000000";
# });
# };
}

View file

@ -52,7 +52,9 @@
"sway"
"udiskie"
"vscode"
"franz"
"xdg"
"zathura"
];
packages = with pkgs; [
comma
@ -75,7 +77,6 @@
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];
boot.binfmt.emulatedSystems = ["aarch64-linux"];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction

View file

@ -58,7 +58,9 @@
options = ["bind"];
};
swapDevices = [];
swapDevices = [
{device = "/dev/disk/by-label/swap";}
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's