live
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, inputs, modulesPath, ... }: {
|
{ pkgs, inputs, ... }: {
|
||||||
|
|
||||||
imports = with inputs; [
|
imports = with inputs; [
|
||||||
|
|
||||||
@@ -6,8 +6,6 @@
|
|||||||
|
|
||||||
(import ./disko.nix { device = "/dev/mmcblk0"; })
|
(import ./disko.nix { device = "/dev/mmcblk0"; })
|
||||||
|
|
||||||
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
|
|
||||||
|
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
|
|
||||||
home-manager.nixosModules.default
|
home-manager.nixosModules.default
|
||||||
@@ -16,12 +14,8 @@
|
|||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
||||||
fonts.fontconfig.enable = lib.mkForce true;
|
hardware.enableAllFirmware = true;
|
||||||
environment.systemPackages = with pkgs; [ nerd-fonts.fira-code ];
|
hardware.enableAllHardware = true;
|
||||||
|
|
||||||
users.users.nixos.enable = lib.mkForce false;
|
|
||||||
|
|
||||||
services.getty.autologinUser = lib.mkForce null;
|
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user