mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 07:38:19 +01:00
laptop: remove postgres and miraclecast
This commit is contained in:
parent
6925b4e010
commit
645741dee6
1 changed files with 2 additions and 2 deletions
|
|
@ -278,7 +278,7 @@ in
|
|||
};
|
||||
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
ensureDatabases = [ "testdb" ];
|
||||
ensureUsers = [ { name = "lgm"; } ];
|
||||
authentication = pkgs.lib.mkOverride 10 ''
|
||||
|
|
@ -364,7 +364,7 @@ in
|
|||
curl
|
||||
# more stuff
|
||||
gnome-network-displays
|
||||
miraclecast
|
||||
#miraclecast
|
||||
parted
|
||||
exfatprogs
|
||||
gparted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue