Skip to content

Commit

Permalink
feat: install myvpn on nz
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Nov 20, 2024
1 parent 16e9a45 commit 7918689
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions nix/homes/x86_64-linux/sab@nz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ in {
security = {
rbw = enabled;
vault = enabled;
openconnect = enabled;
sops = {
enable = true;
defaultSopsFile = lib.snowfall.fs.get-file "secrets/sab/default.yaml";
Expand Down
6 changes: 0 additions & 6 deletions nix/modules/nixos/virtualisation/podman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ in {
};

config = mkIf cfg.enable {
# NixOS 22.05 moved NixOS Containers to a new state directory and the old
# directory is taken over by OCI Containers (eg. podman). For systems with
# system.stateVersion < 22.05, it is not possible to have both enabled.
# This option disables NixOS Containers, leaving OCI Containers available.
boot.enableContainers = false;

environment.systemPackages = with pkgs; [podman-compose];

custom = {
Expand Down
1 change: 1 addition & 0 deletions nix/systems/x86_64-linux/nz/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = [];
boot.enableContainers = false;

fileSystems."/" = {
device = "/dev/disk/by-uuid/088a07eb-fad5-42b6-804f-a795a8e83440";
Expand Down

0 comments on commit 7918689

Please sign in to comment.