chore: remove physical-computer.nix
This commit is contained in:
parent
55799d6b18
commit
effaa7e870
4 changed files with 19 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue