add smaug
This commit is contained in:
parent
ca698ef6d6
commit
de47d0965e
1 changed files with 11 additions and 0 deletions
11
smaug/configuration.nix
Normal file
11
smaug/configuration.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports =
|
||||||
|
[
|
||||||
|
/etc/nixos/hardware-configuration.nix
|
||||||
|
/home/don/nixos/workstation/configuration.nix
|
||||||
|
/home/don/nixos/workstation/sway.nix
|
||||||
|
];
|
||||||
|
networking.hostName = "smaug";
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue