?
This commit is contained in:
parent
f84930f9f3
commit
c7b296b96f
6 changed files with 36 additions and 19 deletions
|
|
@ -9,9 +9,9 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
../common
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
#inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
@ -19,7 +19,6 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# mask dev-tpmrm0.device
|
||||
#systemd.services.dev-tpmrm0.wantedBy = lib.mkForce [];
|
||||
systemd.units."dev-tpmrm0.device".enable = false;
|
||||
|
||||
networking.hostName = "hummingbird"; # Define your hostname.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue