feat!: use systemd-boot for server
This commit is contained in:
parent
484cc3a74b
commit
6ad98b5265
2 changed files with 2 additions and 6 deletions
|
|
@ -1,13 +1,12 @@
|
|||
{ config, clan-core, ... }:
|
||||
{
|
||||
imports = [
|
||||
# Enables the OpenSSH server for remote access
|
||||
clan-core.clanModules.sshd
|
||||
# Set a root password
|
||||
clan-core.clanModules.root-password
|
||||
clan-core.clanModules.user-password
|
||||
clan-core.clanModules.state-version
|
||||
clan-core.clanModules.static-hosts
|
||||
clan-core.clanModules.machine-id
|
||||
];
|
||||
|
||||
# Locale service discovery and mDNS
|
||||
|
|
|
|||
|
|
@ -12,10 +12,7 @@ in
|
|||
clan-core.clanModules.disk-id
|
||||
];
|
||||
|
||||
# DO NOT EDIT THIS FILE AFTER INSTALLATION of a machine
|
||||
# Otherwise your system might not boot because of missing partitions / filesystems
|
||||
boot.loader.grub.efiSupport = lib.mkDefault true;
|
||||
boot.loader.grub.efiInstallAsRemovable = lib.mkDefault true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
disko.devices = {
|
||||
disk = {
|
||||
"main" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue