This commit is contained in:
2024-09-30 14:11:55 -04:00
parent e63c95d319
commit 3ffb753d56
9 changed files with 16 additions and 68 deletions

View File

@@ -32,7 +32,6 @@
#kernel options
boot = {
kernelPackages = pkgs.linuxPackages_cachyos-lto;
# kernelPackages = pkgs.linuxPackages_6_10;
kernel.sysctl = {
#for profiling

6
etcnixos/flake.lock generated
View File

@@ -332,11 +332,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1727348695,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"lastModified": 1727634051,
"narHash": "sha256-S5kVU7U82LfpEukbn/ihcyNt2+EvG7Z5unsKW9H/yFA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
"rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9",
"type": "github"
},
"original": {

View File

@@ -8,7 +8,7 @@
enable = true;
insertNameservers = [
"1.1.1.1"
"8.8.8.8"
"9.9.9.9"
];
wifi = {
scanRandMacAddress = true;

View File

@@ -46,7 +46,7 @@
enable = true;
settings = {
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd ${pkgs.niri}/bin/niri-session";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd niri-session";
user = "${username}";
};
};