add missing gpgagent conf for fourside

This commit is contained in:
Swarsel 2024-02-07 17:22:11 +01:00
parent d2991c3bbf
commit d6b9ea90b9
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 16 additions and 29 deletions

View file

@ -14,19 +14,10 @@
greetd.settings.initial_session.user="swarsel";
};
# Bootloader
# boot.loader.grub.enable = true;
# boot.loader.grub.device = "/dev/sda"; # TEMPLATE - if only one disk, this will work
# boot.loader.grub.useOSProber = true;
# --------------------------------------
# you might need a configuration like this instead:
# Bootloader
# boot.loader.grub.enable = true;
# boot.loader.grub.devices = ["nodev" ];
# boot.loader.grub.useOSProber = true;
# boot.kernelPackages = pkgs.linuxPackages_latest;
# --------------------------------------
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
};
networking.hostName = "fourside"; # Define your hostname.