Skip to content

Commit

Permalink
kernel changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh committed Nov 18, 2023
1 parent c270f26 commit 207a943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
4 changes: 1 addition & 3 deletions hosts/m1/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
_:

{
_: {
security.pam.enableSudoTouchIdAuth = true;
}
19 changes: 1 addition & 18 deletions modules/shared/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
boot = {
consoleLogLevel = 0;

initrd = {
systemd.enable = true;
verbose = false;
};

/*
NOTE: replace this with your desired kernel, see: https://nixos.wiki/wiki/Linux_kernel for reference.
Expand Down Expand Up @@ -69,7 +64,7 @@

systemd-boot = {
enable = true;
configurationLimit = 3;
configurationLimit = 5;
consoleMode = "max";
editor = false;
};
Expand Down Expand Up @@ -161,18 +156,6 @@
};

services = {
chrony = {
enable = true;

servers = [
"ntp.pagasa.dost.gov.ph"
"0.nixos.pool.ntp.org"
"1.nixos.pool.ntp.org"
"2.nixos.pool.ntp.org"
"3.nixos.pool.ntp.org"
];
};

journald.extraConfig = lib.mkForce "";

openssh = {
Expand Down

0 comments on commit 207a943

Please sign in to comment.