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 =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../nixosModules/base.nix
|
||||
../../nixosModules/modules.nix
|
||||
];
|
||||
|
||||
# Enable/Disable Modules
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# base.nix
|
||||
# configuration for all my computers
|
||||
|
||||
{ pkgs, config, lib ... }:
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue