many changes
This commit is contained in:
@@ -18,6 +18,7 @@ in {
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
"${impermanence}/nixos.nix"
|
||||
(import <nix-snapd>).nixosModules.default
|
||||
./utils/bento.nix
|
||||
|
||||
./utils/modules/sops.nix
|
||||
@@ -25,9 +26,10 @@ in {
|
||||
./modules/appimage.nix
|
||||
./modules/sway/sway.nix
|
||||
./modules/printer.nix
|
||||
./modules/cyberghost.nix
|
||||
# ./modules/cyberghost.nix
|
||||
./modules/nvim/default.nix
|
||||
./utils/modules/autoupgrade.nix
|
||||
./modules/puppeteer.nix
|
||||
|
||||
./cachix.nix
|
||||
./users
|
||||
@@ -38,6 +40,8 @@ in {
|
||||
|
||||
];
|
||||
|
||||
services.snap.enable = true;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ./utils/overlays/packages.nix)
|
||||
];
|
||||
@@ -72,24 +76,6 @@ in {
|
||||
}
|
||||
];
|
||||
|
||||
services.postgresql= {
|
||||
enable = true;
|
||||
ensureDatabases = ["dominik" "flowuser"];
|
||||
authentication = pkgs.lib.mkOverride 10 ''
|
||||
local all all trust
|
||||
host all all 127.0.0.1/32 trust
|
||||
host all all ::1/128 trust
|
||||
'';
|
||||
enableTCPIP = true;
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "dominik"; # Replace with your actual Unix username
|
||||
ensureClauses.superuser = true;
|
||||
ensureClauses.login = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
ohMyZsh = {
|
||||
@@ -226,7 +212,7 @@ in {
|
||||
environment.variables = {
|
||||
TERMINAL_COMMAND = "alacritty";
|
||||
};
|
||||
|
||||
|
||||
services.blueman.enable = true;
|
||||
|
||||
system.stateVersion = "24.05"; # Did you read the comment?
|
||||
@@ -344,4 +330,3 @@ in {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user