finalish slides
This commit is contained in:
parent
6860a82c05
commit
74b771e62c
11 changed files with 102 additions and 20 deletions
9
content/posts/nixcon2023/demo-config/configuration.nix
Normal file
9
content/posts/nixcon2023/demo-config/configuration.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, config, ... }: {
|
||||
programs.fish.enable = true;
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/sda1";
|
||||
};
|
||||
boot.loader.grub.enable = false;
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue