nixos-anywhere test

This commit is contained in:
tulg 2025-10-25 11:06:24 +03:00
parent cc9dbac99e
commit 58f64684c9
6 changed files with 48 additions and 23 deletions

View file

@ -1,4 +1,3 @@
{
config,
pkgs,
@ -6,7 +5,7 @@
...
}: {
imports = [
# ./disko.nix
./disko.nix
./hardware-configuration.nix
./vfio.nix
];
@ -35,6 +34,9 @@
];
};
networking.networkmanager.enable = true;
programs.bash.shellAliases = {
fuck = "you";
};
time.timeZone = "Europe/Istanbul";
programs.hyprland = {

View file

@ -3,7 +3,7 @@
disk = {
nixos = {
type = "disk";
device = "/dev/vda";
device = "/dev/sda";
content = {
type = "gpt";
partitions = {