new disk config

This commit is contained in:
2025-04-09 15:55:54 -05:00
parent c5dc233b7f
commit 342ad91021
4 changed files with 291 additions and 50 deletions
+8 -3
View File
@@ -1,8 +1,11 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, meta, ... }:
{
imports = [ ];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
# Use the systemd-boot EFI boot loader.
# boot.loader.systemd-boot.enable = true;
# boot.loader.efi.canTouchEfiVariables = true;
@@ -64,8 +67,10 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNkZ5Xr75thR/tEgsASzYAtaA/kbsv2PKI8ux9rgpTe roydumblauskas@gmail.com"
];
};
nixpkgs.config.allowUnfree = true;
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNkZ5Xr75thR/tEgsASzYAtaA/kbsv2PKI8ux9rgpTe roydumblauskas@gmail.com"
];
# List packages installed in system profile. To search, run:
# $ nix search wget