Rename option x-os -> core

This commit is contained in:
teutat3s 2022-09-06 11:31:55 +02:00
parent 63080c4d4f
commit 9a7e53ab59
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,7 @@
]; ];
config = { config = {
pub-solar.x-os.iso-options.enable = true; pub-solar.core.iso-options.enable = true;
fileSystems = { fileSystems = {
"/" = { "/" = {

View file

@ -1,7 +1,8 @@
{ config, inputs, lib, pkgs, profiles, ... }: { config, inputs, lib, pkgs, profiles, ... }:
{ {
imports = [ # Include the results of the hardware scan. imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
profiles.users.root # make sure to configure ssh keys profiles.users.root # make sure to configure ssh keys
@ -10,7 +11,7 @@
]; ];
config = { config = {
pub-solar.x-os.iso-options.enable = true; pub-solar.core.iso-options.enable = true;
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;