add inuc (no hw)
This commit is contained in:
parent
321217c888
commit
677c075d3c
5 changed files with 41 additions and 36 deletions
15
hosts/inuc/configuration.nix
Normal file
15
hosts/inuc/configuration.nix
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue