Skip to content

Commit

Permalink
DROP
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed May 20, 2024
1 parent 961b956 commit b4e8662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/common/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ config, inputs, pkgs, ... }:
{
imports = [
./comin.nix
#./comin.nix
../../shared/known-hosts.nix
../../shared/nix-daemon.nix
./reboot.nix
#./reboot.nix
./security.nix
./sops-nix.nix
./users.nix
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/disko-zfs-swap.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ in
networking.hostId = "deadbeef";

# Only enable during install
#boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.canTouchEfiVariables = true;

disko.devices = {
disk = {
Expand Down

0 comments on commit b4e8662

Please sign in to comment.