Guest User

hosts/laptop/default.nix

a guest
Sep 2nd, 2024
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. {
  2. imports = [
  3. ./hardware-configuration.nix
  4. ../common/global
  5. ../common/desktop
  6. ];
  7.  
  8. networking.hostName = "laptop";
  9. system.stateVersion = "24.05";
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment