Update NixOS config.
This commit is contained in:
parent
fc8352ee4c
commit
195383e6d9
3 changed files with 30 additions and 17 deletions
7
base.nix
7
base.nix
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
@ -6,8 +6,13 @@
|
|||
./gnome.nix
|
||||
./systemd.nix
|
||||
./fonts.nix
|
||||
#module test
|
||||
./nixosModules/docker.nix
|
||||
];
|
||||
|
||||
# Enable/Disable Modules
|
||||
dockerModule.enable = true;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue