From 1e0eca0bcbfc338a585842c65c4b48d62d79728d Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 26 Oct 2024 17:44:36 +0200 Subject: Glued together corsac configuration Signed-off-by: Mel --- machines/corsac/devices.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 machines/corsac/devices.nix (limited to 'machines/corsac/devices.nix') diff --git a/machines/corsac/devices.nix b/machines/corsac/devices.nix new file mode 100644 index 0000000..71ef8d2 --- /dev/null +++ b/machines/corsac/devices.nix @@ -0,0 +1,16 @@ +{ config, pkgs, ... }: + +{ + # boot settings + boot = { + loader = { + systemd-boot.enable = true; + efi.canTouchEfiVariables = true; + }; + + initrd.systemd.enable = true; + }; + + # internet + networking.networkmanager.enable = true; +} -- cgit 1.4.1