Skip to content

Commit

Permalink
update nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
zbioe committed Nov 10, 2023
1 parent bb13f16 commit 47043d8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions devShell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ in mkShell {
colmena
vault
bashInteractive
nixdoc
];
shellHook = ''
export NIX_PATH=${pkgs.path}
Expand Down
8 changes: 4 additions & 4 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Consul Deploy";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/9370544d849b";
nixpkgs.url = "github:NixOS/nixpkgs/c41b26e688ff";
# terraform module
terranix = {
url = "github:terranix/terranix";
Expand Down
6 changes: 4 additions & 2 deletions generators/minimal-default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ let
username = "main";
password = "alface";
in {
services.openssh.enable = true;
services.openssh.passwordAuthentication = false;
services.openssh = {
enable = true;
settings = { PasswordAuthentication = true; };
};
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
Expand Down

0 comments on commit 47043d8

Please sign in to comment.