commit
This commit is contained in:
@@ -47,10 +47,6 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
services.upower.enable = true;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_6_12; # Hibernate works on 6.12 but not on latest
|
||||
# boot.kernelPackages = pkgs.linuxPackages_latest; # Unpinned the linux version for now.. as i am not using hibernate that often
|
||||
# boot.kernelPackages =
|
||||
# inputs.nix-cachyos-kernel.legacyPackages.x86_64-linux.linuxPackages-cachyos-latest-lto-x86_64-v3;
|
||||
networking.hostName = "doloro-nixos-laptop"; # Define your hostname.
|
||||
# security.rtkit.enable = true;
|
||||
|
||||
@@ -157,7 +153,7 @@
|
||||
# # initialPassword = "sex";
|
||||
# };
|
||||
users.users.root = {
|
||||
password = "meowmeowmeow";
|
||||
initialPassword = "meowmeowmeow";
|
||||
};
|
||||
users.mutableUsers = false;
|
||||
services.system76-scheduler.enable = false;
|
||||
|
||||
Reference in New Issue
Block a user