diff options
| author | 2026-05-19 22:23:40 -0400 | |
|---|---|---|
| committer | 2026-05-19 22:23:40 -0400 | |
| commit | 33567739337783e67167a43557c434accb6fe3a0 (patch) | |
| tree | 2db5300d10d8d0b5c1fc52622919b5b4ce43e4b6 /nix_archive/hosts | |
| parent | 0848d6c89defb95966deeecd1c61352deccbeaec (diff) | |
| download | dotfiles-33567739337783e67167a43557c434accb6fe3a0.tar.gz dotfiles-33567739337783e67167a43557c434accb6fe3a0.tar.bz2 dotfiles-33567739337783e67167a43557c434accb6fe3a0.zip | |
Diffstat (limited to 'nix_archive/hosts')
| -rw-r--r-- | nix_archive/hosts/palm/hardware-configuration.nix | 1 | ||||
| -rw-r--r-- | nix_archive/hosts/palm/programs.nix | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/nix_archive/hosts/palm/hardware-configuration.nix b/nix_archive/hosts/palm/hardware-configuration.nix index fe5e08d..20e1c20 100644 --- a/nix_archive/hosts/palm/hardware-configuration.nix +++ b/nix_archive/hosts/palm/hardware-configuration.nix @@ -21,7 +21,6 @@ boot.initrd.luks.devices."home" = { device = "/dev/yashinoki-vg0/home"; - preLVM = false; }; fileSystems."/home/andrew" = diff --git a/nix_archive/hosts/palm/programs.nix b/nix_archive/hosts/palm/programs.nix index c3161b3..ad49365 100644 --- a/nix_archive/hosts/palm/programs.nix +++ b/nix_archive/hosts/palm/programs.nix @@ -8,9 +8,9 @@ (asNeeded "mpv" ["mpv"]) (asNeeded "steam-run" ["steam-run"]) (asNeeded "moonlight-qt" ["moonlight-qt"]) -# camu -# camu-devshell -# mauri + camu + camu-devshell + mauri ]; local.scripts.imports = [ "battery" |