chore: remove physical-computer.nix

This commit is contained in:
uku 2024-05-21 15:00:01 +02:00
parent 55799d6b18
commit effaa7e870
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 19 additions and 28 deletions

View file

@ -35,7 +35,10 @@ in {
frpToken = {};
};
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_6_1;
boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages_6_1;
loader.systemd-boot.enable = true;
};
services = {
openssh.openFirewall = true;