Rename option x-os -> core
This commit is contained in:
parent
63080c4d4f
commit
9a7e53ab59
|
@ -15,7 +15,7 @@
|
|||
];
|
||||
|
||||
config = {
|
||||
pub-solar.x-os.iso-options.enable = true;
|
||||
pub-solar.core.iso-options.enable = true;
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{ config, inputs, lib, pkgs, profiles, ... }:
|
||||
|
||||
{
|
||||
imports = [ # Include the results of the hardware scan.
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
||||
profiles.users.root # make sure to configure ssh keys
|
||||
|
@ -10,7 +11,7 @@
|
|||
];
|
||||
|
||||
config = {
|
||||
pub-solar.x-os.iso-options.enable = true;
|
||||
pub-solar.core.iso-options.enable = true;
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
Loading…
Reference in a new issue