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
|
||||
./nvidia.nix
|
||||
../../env/wayland
|
||||
({
|
||||
options,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.mkIf (options ? virtualisation.memorySize) {
|
||||
users.users.zack.password = "foo";
|
||||
})
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue