Moved server boot.nix
This commit is contained in:
parent
1f3bd17e6f
commit
c5ebb0b498
2 changed files with 5 additions and 2 deletions
|
|
@ -19,8 +19,6 @@
|
|||
|
||||
swapDevices = [ { device = "/swapfile"; size = 8192; } ];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_hardened;
|
||||
|
||||
networking = {
|
||||
hostName = "alexandria";
|
||||
firewall = {
|
||||
|
|
|
|||
5
hosts/servers/common/boot.nix
Normal file
5
hosts/servers/common/boot.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_hardened;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue