Skip to content

Commit

Permalink
some shady stuff removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeshey committed Jan 2, 2025
1 parent af18044 commit ac93f3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@

learnWithT = {
type = "path";
path = "/mnt/DataDisk/PersonalFiles/2024/Projects/Programming/learnWithT/";
#path = "/mnt/DataDisk/PersonalFiles/2024/Projects/Programming/learnWithT/";
path = "/mnt/btrfsMicroSD-DataDisk/PersonalFiles/2024/Projects/Programming/learnWithT/";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};

Expand Down
11 changes: 0 additions & 11 deletions nixos/kakariko/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -170,17 +170,6 @@ WantedBy=multi-user.target


#boot.initrd.preLVMCommands = lib.mkOrder 400 "sleep 7"; # in my case I had to wait a bit to let my hardware pick up on my microSD
boot.initrd.systemd.services.sleep-service = {
requires = [];
after = [];
before = ["sysroot.mount"];
wantedBy = ["initrd.target"];
script = ''
echo "Sleeping for 7 seconds to allow hardware initialization..."
sleep 7
'';
};


boot.initrd.systemd.enable = true;
boot.initrd.systemd.tpm2.enable = true;
Expand Down

0 comments on commit ac93f3d

Please sign in to comment.