83 current 2024-03-01 12:02:53 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
3d494ee5a6
commit
0e838f14cf
2 changed files with 9 additions and 0 deletions
|
|
@ -13,6 +13,14 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./nvidia.nix
|
./nvidia.nix
|
||||||
../../env/wayland
|
../../env/wayland
|
||||||
|
({
|
||||||
|
options,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
lib.mkIf (options ? virtualisation.memorySize) {
|
||||||
|
users.users.zack.password = "foo";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ with pkgs; {
|
||||||
g = "git";
|
g = "git";
|
||||||
n = "nix";
|
n = "nix";
|
||||||
r = "rebuild";
|
r = "rebuild";
|
||||||
|
vm = "nixos-rebuild build-vm --flake ~/nixos#earth";
|
||||||
mnt = "udisksctl mount -b";
|
mnt = "udisksctl mount -b";
|
||||||
umnt = "udisksctl unmount -b";
|
umnt = "udisksctl unmount -b";
|
||||||
burn = "pkill -9";
|
burn = "pkill -9";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue