add inuc (no hw)

This commit is contained in:
alisceon 2025-12-09 16:34:37 +01:00
parent 321217c888
commit 677c075d3c
5 changed files with 41 additions and 36 deletions

View file

@ -0,0 +1,15 @@
{ config, pkgs, lib, ... }:
{
security.sudo.wheelNeedsPassword = false;
imports =
[ ./hardware-configuration.nix ];
networking.hostName = "inuc";
boot.initrd.enable = true;
boot.loader = {
systemd-boot = {
enable = true;
}; # end loader.systemd-boot
}; # end boot
} # end file