Skip to content

Commit

Permalink
fixup! akane: redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jun 25, 2024
1 parent e2d8d58 commit bc44524
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion configurations/akane/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ inputs.nixpkgs.lib.nixosSystem {
};

dotfiles.dan.groups = ["video" "dialout"];
dotfiles.dan.initialPassword = "change-me";

# Required for Bambu Lab printer discovery
networking.firewall.allowedUDPPorts = [2021];
Expand Down
1 change: 0 additions & 1 deletion configurations/hina/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ inputs.nixpkgs.lib.nixosSystem {
};

dotfiles.dan.groups = ["video" "dialout"];
dotfiles.dan.initialPassword = "change-me";

# Required for Bambu Lab printer discovery
networking.firewall.allowedUDPPorts = [2021];
Expand Down
1 change: 0 additions & 1 deletion configurations/mitori/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ inputs.nixpkgs.lib.nixosSystem {
services.tailscale.enable = true;

dotfiles.dan.groups = ["video" "dialout"];
dotfiles.dan.initialPassword = "change-me";

# Required for Bambu Lab printer discovery
networking.firewall.allowedUDPPorts = [2021];
Expand Down
7 changes: 1 addition & 6 deletions modules/nixos/dan.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
...
}: {
options = {
dotfiles.dan.initialPassword = lib.mkOption {
type = with lib.types; nullOr str;
default = null;
};

dotfiles.dan.groups = lib.mkOption {
type = with lib.types; listOf str;
default = [];
Expand Down Expand Up @@ -39,7 +34,7 @@
"ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGnGBOiciPIJpUKrgEx5bqEKu3eKCkeyBNieD/FOH7ArWSPI0S2c2AEhz/zCHFGD9PrQpg2s0ImEG/ZqwHHOUWw= dannixon-sk-p-blue"
];

initialPassword = config.dotfiles.dan.initialPassword;
initialPassword = "change-me";
};

programs.gnupg.agent = {
Expand Down

0 comments on commit bc44524

Please sign in to comment.