huh
This commit is contained in:
parent
254c963998
commit
63398d5b19
5 changed files with 26 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
#inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
@ -19,9 +19,10 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# mask dev-tpmrm0.device
|
||||
systemd.services.dev-tpmrm0.wantedBy = lib.mkForce [];
|
||||
#systemd.services.dev-tpmrm0.wantedBy = lib.mkForce [];
|
||||
systemd.units."dev-tpmrm0.device".enable = false;
|
||||
|
||||
networking.hostName = "nixos"; # Define your hostname.
|
||||
networking.hostName = "hummingbird"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
# flakes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue