Skip to content

Commit

Permalink
Cleaned up flake
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Oct 26, 2024
1 parent e5e8a6a commit 82130fc
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 245 deletions.
6 changes: 2 additions & 4 deletions configurations/nixos/pi/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ in {
enable = true;
mediaUsers = [username];

submerger.enable = true;

vpn = {
enable = true;
wgConf = config.age.secrets."airvpn-wg.conf".path;
Expand Down Expand Up @@ -174,10 +176,6 @@ in {
"panic_on_oops=1" # Reboot on any kernel oops (optional)
];

# https://github.com/NixOS/nixos-hardware/issues/858
boot.initrd.systemd.enableTpm2 = false;


environment.systemPackages = with pkgs; [
# Compression
zip
Expand Down
140 changes: 21 additions & 119 deletions flake.lock

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

Loading

0 comments on commit 82130fc

Please sign in to comment.