Moved server boot.nix
This commit is contained in:
parent
1f3bd17e6f
commit
c5ebb0b498
2 changed files with 5 additions and 2 deletions
|
|
@ -18,8 +18,6 @@
|
||||||
users.users.user.extraGroups = [ "docker" ];
|
users.users.user.extraGroups = [ "docker" ];
|
||||||
|
|
||||||
swapDevices = [ { device = "/swapfile"; size = 8192; } ];
|
swapDevices = [ { device = "/swapfile"; size = 8192; } ];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_hardened;
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "alexandria";
|
hostName = "alexandria";
|
||||||
|
|
|
||||||
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