Update bastion config

This commit is contained in:
Lauren Lagarde 2025-06-17 22:00:35 -05:00
parent ed6bc13b13
commit fbbd6682d8
4 changed files with 16 additions and 15 deletions

View File

@ -141,11 +141,11 @@
"locked": {
"lastModified": 1,
"narHash": "sha256-pYpD+mKj2FS//91FsFc7YfemYBNLrFwXev9v3Q4JUEo=",
"path": "/nix/store/505ys9vsc77f4h0jsbs2dvm144v01gj9-source/modules/mlaga97-home-manager",
"path": "/nix/store/f82hk4y5iqxfszj9wf748rrlv63dvx64-source/modules/mlaga97-home-manager",
"type": "path"
},
"original": {
"path": "/nix/store/505ys9vsc77f4h0jsbs2dvm144v01gj9-source/modules/mlaga97-home-manager",
"path": "/nix/store/f82hk4y5iqxfszj9wf748rrlv63dvx64-source/modules/mlaga97-home-manager",
"type": "path"
}
},
@ -252,9 +252,9 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1,
"narHash": "sha256-QJFvxzBCZHVjWApIe4KaxC3gRd5d1QgDT3xJNetMwVE=",
"path": "/nix/store/n9acswl48815yv56dqwszbm2s80rlf7r-nixos-24.05.20240531.805a384/nixos",
"lastModified": 0,
"narHash": "sha256-As8I+ebItDKtboWgDXYZSIjGlKeqiLBvjxsQHUmAf1Q=",
"path": "/nix/store/nj8ah8wp5sxbah6qmqarv8cg7yrg7f0b-source",
"type": "path"
},
"original": {
@ -294,11 +294,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1722915115,
"narHash": "sha256-kkH01G1ViT7N/0gNQVcsPMxyrhn+rPFGeGHK3w2Xryo=",
"lastModified": 1748247366,
"narHash": "sha256-+uQh9e8F8KjC5HzHCztvDvW4xZdI4TZVxNFjaesL338=",
"owner": "liff",
"repo": "waveforms-flake",
"rev": "49ef7864932c4428b628791cd7cfccc694717ee8",
"rev": "7b5dc468bfb2a284f97d29b91f9a9fe5acd5a673",
"type": "github"
},
"original": {

View File

@ -87,9 +87,8 @@
];
inherited_modules = inherited_modules_lite ++ [
lix-module.nixosModules.default
waveforms.nixosModule
disko.nixosModules.default
lix-module.nixosModules.default
];
in {
nixosConfigurations = {
@ -102,6 +101,7 @@
}
./systems/ll-latitude-e5591.nix
./disko/nvme/uefi-luks-lvm-ext4.nix
waveforms.nixosModule
] ++ inherited_modules;
specialArgs = { inherit inputs pkgs-unstable; };
};
@ -260,6 +260,7 @@
};
}
./systems/ll-nixos-full.nix
waveforms.nixosModule
] ++ inherited_modules;
specialArgs = {
inherit inputs pkgs-unstable;

View File

@ -9,7 +9,7 @@
imports = [
./bastion_base.nix
../../features/intelgpu.nix
../../features/gpu/intel.nix
../../tweaks/powersave.nix
../../features/frigate-mpv-cage.nix

View File

@ -5,10 +5,10 @@
../../features/headless.nix
# Features
../../features/br0.nix
../../features/dockge.nix
../../features/docker.nix
../../features/libvirt.nix
../../features/networking/networkd-br0.nix
../../features/virtualization/dockge.nix
../../features/virtualization/docker.nix
../../features/virtualization/libvirt-host.nix
# Tweaks
../../tweaks/zfs.nix