Skip to content

Commit

Permalink
Merge pull request #330 from ifd3f/update/2024-10-17
Browse files Browse the repository at this point in the history
it's good enough but still errors
  • Loading branch information
ifd3f authored Oct 20, 2024
2 parents ccad698 + 08f298e commit 8b212da
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 35 deletions.
54 changes: 27 additions & 27 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion machines/gfdesk/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ with lib; {
ensureDatabases = [ "akkoma" ];
ensureUsers = [{
name = "akkoma";
ensurePermissions = { "DATABASE \"akkoma\"" = "ALL PRIVILEGES"; };
ensureDBOwnership = true;
}];

settings = {
Expand Down
4 changes: 2 additions & 2 deletions machines/shai-hulud/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ with lib; {
./fs.nix
];

microsoft-surface.kernelVersion = "6.8";
microsoft-surface.ipts = {
microsoft-surface.kernelVersion = "6.10";
services.iptsd = {
enable = true;
config = {
Config = {
Expand Down
2 changes: 1 addition & 1 deletion nix/home-manager/astral/cli/.gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.p10k.zsh linguist-vendored
p10k.zsh linguist-vendored
4 changes: 2 additions & 2 deletions nix/home-manager/astral/cli/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CLI-only home manager settings
{ config, lib, pkgs, ... }:
let commonProfile = builtins.readFile ./.profile;
let commonProfile = builtins.readFile ./profile.sh;
in with lib; {
imports = [ ./conda-hooks.nix ];

Expand Down Expand Up @@ -107,7 +107,7 @@ in with lib; {

initExtraBeforeCompInit = ''
# Powerlevel10k configuration
source ${./.p10k.zsh}
source ${./p10k.zsh}
# kubectl completion
type kubectl > /dev/null && source <(kubectl completion zsh)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion nix/nixos-modules/roles/nextcloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ in {
ensureDatabases = [ "nextcloud" ];
ensureUsers = [{
name = "nextcloud";
ensurePermissions = { "DATABASE \"nextcloud\"" = "ALL PRIVILEGES"; };
ensureDBOwnership = true;
}];
};
}
1 change: 0 additions & 1 deletion nix/shells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ let
tcpdump
terraform
terraform-ls
tftp-hpa
tmux
vault
wget
Expand Down

0 comments on commit 8b212da

Please sign in to comment.