modified: configuration.nix
modified: flake.nix deleted: flake.lock
This commit is contained in:
parent
b536cb6492
commit
a70e76f3c9
2 changed files with 46 additions and 9 deletions
|
|
@ -2,7 +2,6 @@
|
|||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
#simintech,
|
||||
stm32cubemx,
|
||||
packettracer7,
|
||||
inputs,
|
||||
|
|
@ -603,8 +602,12 @@ in
|
|||
PGUSER = "postgres";
|
||||
};
|
||||
};
|
||||
services.grdcontrol.enable = true;
|
||||
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
imports = [
|
||||
inputs.grdcontrol-flake.nixosModules.grdcontrol
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
withUtempter = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue