migrates config further
This commit is contained in:
parent
d44b7ebdaa
commit
95fd98e0ae
6 changed files with 72 additions and 2 deletions
|
|
@ -6,12 +6,14 @@ in
|
|||
flake.nixosConfigurations.dnsc-machine = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = with config.flake.modules.nixos; [
|
||||
# Modules
|
||||
home-manager
|
||||
base
|
||||
nvidia-graphics
|
||||
graphics-tablet
|
||||
printing
|
||||
shell
|
||||
desktop
|
||||
|
||||
# Machine-specific configuration
|
||||
{
|
||||
imports = [ ./_hardware-configuration.nix ];
|
||||
networking.hostName = hostname;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue