Update NixOS config.
This commit is contained in:
parent
2f5ed1481c
commit
3113d4960e
2 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,6 @@
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../nixosModules/base.nix
|
|
||||||
../../nixosModules/modules.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable/Disable Modules
|
# Enable/Disable Modules
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# base.nix
|
||||||
|
# configuration for all my computers
|
||||||
|
|
||||||
{ pkgs, config, lib ... }:
|
{ pkgs, config, lib ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue