Skip to content

Commit

Permalink
[sruxps] Use hardened profile
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Feb 15, 2022
1 parent 4d89353 commit 7f536ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.22.4
2.23.0
3 changes: 3 additions & 0 deletions machines/sruxps/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ let
username = "e.bailey";
in
{
imports = [
<nixpkgs/nixos/modules/profiles/hardened.nix>
];
airportCode = "MSP";
boot.initrd.luks.devices = {
cryptkey.device = "/dev/disk/by-uuid/2a44a760-206c-448d-a126-527b8b63f5d0";
Expand Down
3 changes: 3 additions & 0 deletions src/machines/sruxps/configuration.nw
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ let
username = "e.bailey";
in
{
imports = [
<nixpkgs/nixos/modules/profiles/hardened.nix>
];
<<Set the location to MSP>>
<<Configure the LUKS devices>>
<<Configure vm.swappiness>>
Expand Down

0 comments on commit 7f536ad

Please sign in to comment.