Use home-manager as module

This commit is contained in:
2022-12-30 20:31:38 +00:00
parent a7f86f9935
commit 08b5e158a2
4 changed files with 104 additions and 38 deletions

View File

@ -15,7 +15,7 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "atlas"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary
@ -107,10 +107,6 @@
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
# List services that you want to enable: