migrates system shell
This commit is contained in:
parent
e72a052384
commit
eaaaf14d1e
2 changed files with 22 additions and 0 deletions
|
|
@ -6,7 +6,11 @@ in
|
|||
flake.nixosConfigurations.dnsc-machine = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = with config.flake.modules.nixos; [
|
||||
# Modules
|
||||
base
|
||||
shell
|
||||
|
||||
# Machine-specific configuration
|
||||
{
|
||||
imports = [ ./_hardware-configuration.nix ];
|
||||
networking.hostName = hostname;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue